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.
    Version:
    $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
    Author:
    Nathan Abramson - Art Technology Group
    See Also:
    Serialized Form
    • 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
    • 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