Class SInvalidExpressionException
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.SInvalidExpressionException
- All Implemented Interfaces:
Serializable,ExceptionContext,ScopedException
- Author:
- Zhao Na, Celine Souchet
- See Also:
-
Field Summary
Fields inherited from interface org.bonitasoft.engine.commons.exceptions.ScopedException
ACTOR_MAPPING, CONNECTOR, DATA, EVENT, GENERAL_INFORMATION, ITERATION, OPERATION, OUTGOING_TRANSITION, UNKNOWN_SCOPE -
Constructor Summary
ConstructorsConstructorDescriptionSInvalidExpressionException(String message, String expressionName) SInvalidExpressionException(String message, Throwable cause, String expressionName) SInvalidExpressionException(Throwable cause, String expressionName) -
Method Summary
Modifier and TypeMethodDescriptionReturn 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, getScope, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionVersionOnContext, setConnectorImplementationClassNameOnContext, setConnectorInputOnContext, setConnectorInstanceIdOnContext, setConnectorNameOnContext, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setScope, setUserIdOnContext, setWaitingMessageEventTypeOnContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SInvalidExpressionException
-
SInvalidExpressionException
-
SInvalidExpressionException
-
-
Method Details
-
getExpressionName
Return null or empty string, if the context of evaluation is wrong.- Returns:
- The expression's name that failed on the evaluation.
-