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

public class SInvalidEvaluationConnectorConditionException extends SBonitaException
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:
  • Constructor Details

    • SInvalidEvaluationConnectorConditionException

      public SInvalidEvaluationConnectorConditionException(int condition1, int condition2)
      Constructs a new exception with the two conditions to compare
      Parameters:
      condition1 - The first condition
      condition2 - The second condition