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.
    Version:
    $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
    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