Class SInvalidEvaluationConnectorConditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.connector.exception.SInvalidEvaluationConnectorConditionException
- All Implemented Interfaces:
Serializable,ExceptionContext,ScopedException
Thrown when the evaluation of the condition of the connector instance is invalid.
The class SInvalidEvaluationConnectorConditionException is a form of Throwable that indicates conditions that a
reasonable application might want to catch.
The class SInvalidEvaluationConnectorConditionException that is not also subclasses of
RuntimeException are
checked exceptions.
Checked exceptions need to be declared in a method or constructor's throws clause if they can be thrown by
the execution of the method or
constructor and propagate outside the method or constructor boundary.- Author:
- 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
ConstructorsConstructorDescriptionSInvalidEvaluationConnectorConditionException(int condition1, int condition2) Constructs a new exception with the two conditions to compare -
Method Summary
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
-
SInvalidEvaluationConnectorConditionException
public SInvalidEvaluationConnectorConditionException(int condition1, int condition2) Constructs a new exception with the two conditions to compare- Parameters:
condition1- The first conditioncondition2- The second condition
-