KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > el > ELException

javax.servlet.jsp.el
Class ELException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.el.ELException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ELParseException
See Also:
Top Examples, Source Code

public ELException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ELException(String pMessage)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ELException(String pMessage,
                   Throwable pRootCause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ELException(Throwable pRootCause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Throwable getRootCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags