Package ch.qos.logback.core.boolex
Class EvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.qos.logback.core.boolex.EvaluationException
-
- All Implemented Interfaces:
Serializable
@Deprecated(since="2022-01-27") public class EvaluationException extends Exception
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.This exception wraps exceptions thrown while evaluating events.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationException(String msg)
Deprecated.EvaluationException(String msg, Throwable cause)
Deprecated.EvaluationException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-