Class SExpressionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bonitasoft.engine.commons.exceptions.SBonitaException
-
- org.bonitasoft.engine.expression.exception.SExpressionException
-
- org.bonitasoft.engine.expression.exception.SExpressionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SExpressionEvaluationException extends SExpressionException
- Author:
- Zhao Na, Celine Souchet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SExpressionEvaluationException(java.lang.String message, java.lang.String expressionName)SExpressionEvaluationException(java.lang.String message, java.lang.Throwable cause, java.lang.String expressionName)SExpressionEvaluationException(java.lang.Throwable cause, java.lang.String expressionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpressionName()Return null or empty string, if the context of evaluation is wrong.-
Methods inherited from class org.bonitasoft.engine.commons.exceptions.SBonitaException
getContext, getExceptionId, getMessage, getParameters, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionVersionOnContext, setConnectorImplementationClassNameOnContext, setConnectorInstanceIdOnContext, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setUserIdOnContext, setWaitingMessageEventTypeOnContext
-
-
-
-
Constructor Detail
-
SExpressionEvaluationException
public SExpressionEvaluationException(java.lang.String message, java.lang.Throwable cause, java.lang.String expressionName)- Parameters:
message-cause-expressionName- The expression's name that failed on the evaluation.
-
SExpressionEvaluationException
public SExpressionEvaluationException(java.lang.String message, java.lang.String expressionName)- Parameters:
message-expressionName- The expression's name that failed on the evaluation.
-
SExpressionEvaluationException
public SExpressionEvaluationException(java.lang.Throwable cause, java.lang.String expressionName)- Parameters:
cause-expressionName- The expression's name that failed on the evaluation.
-
-