Class EvaluationException

  • All Implemented Interfaces:
    Serializable

    public class EvaluationException
    extends Exception
    This exception wraps exceptions thrown while evaluating events.
    See Also:
    Serialized Form
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(String msg)
      • EvaluationException

        public EvaluationException​(String msg,
                                   Throwable cause)
      • EvaluationException

        public EvaluationException​(Throwable cause)