Class EvaluationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2022-01-27")
    public class EvaluationException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(java.lang.String msg)
        Deprecated.
      • EvaluationException

        public EvaluationException​(java.lang.String msg,
                                   java.lang.Throwable cause)
        Deprecated.
      • EvaluationException

        public EvaluationException​(java.lang.Throwable cause)
        Deprecated.