Class ELException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.taglibs.standard.lang.jstl.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:
  • Constructor Details

    • 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 Details

    • getRootCause

      public Throwable getRootCause()
      Returns the root cause
    • toString

      public String toString()
      String representation
      Overrides:
      toString in class Throwable