Class SInvalidEvaluationConnectorConditionException

  • All Implemented Interfaces:
    java.io.Serializable

    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:
    Serialized Form
    • Constructor Detail

      • 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