Class ELException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ELException
    extends java.lang.Exception
    Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Throwable mRootCause  
    • Constructor Summary

      Constructors 
      Constructor Description
      ELException()
      Constructor
      ELException​(java.lang.String pMessage)
      Constructor
      ELException​(java.lang.String pMessage, java.lang.Throwable pRootCause)
      Constructor
      ELException​(java.lang.Throwable pRootCause)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getRootCause()
      Returns the root cause
      java.lang.String toString()
      String representation
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mRootCause

        java.lang.Throwable mRootCause
    • Constructor Detail

      • ELException

        public ELException()
        Constructor
      • ELException

        public ELException​(java.lang.String pMessage)
        Constructor
      • ELException

        public ELException​(java.lang.Throwable pRootCause)
        Constructor
      • ELException

        public ELException​(java.lang.String pMessage,
                           java.lang.Throwable pRootCause)
        Constructor
    • Method Detail

      • getRootCause

        public java.lang.Throwable getRootCause()
        Returns the root cause
      • toString

        public java.lang.String toString()
        String representation
        Overrides:
        toString in class java.lang.Throwable