Class EvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.qos.logback.core.boolex.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException extends Exception
This exception wraps exceptions thrown while evaluating events.
Author:
Ceki Gülcü
See Also:
  • Constructor Details

    • EvaluationException

      public EvaluationException(String msg)
    • EvaluationException

      public EvaluationException(String msg, Throwable cause)
    • EvaluationException

      public EvaluationException(Throwable cause)