Class ELException

  • All Implemented Interfaces:
    Serializable

    public class ELException
    extends Exception
    Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
    Author:
    Nathan Abramson - Art Technology Group
    See Also:
    Serialized Form
    • Constructor Detail

      • ELException

        public ELException()
        Constructor
      • ELException

        public ELException​(String pMessage)
        Constructor
      • ELException

        public ELException​(Throwable pRootCause)
        Constructor
      • ELException

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

      • getRootCause

        public Throwable getRootCause()
        Returns the root cause