|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.el.ELException
public class ELException
A generic EL exception.
Constructor Summary | |
---|---|
ELException()
Create a ELException |
|
ELException(java.lang.String msg)
Create a ELException with a message. |
|
ELException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a ELException with a message and a root cause. |
|
ELException(java.lang.Throwable rootCause)
Create a ELException with a root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause of the exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ELException()
public ELException(java.lang.String msg)
public ELException(java.lang.String msg, java.lang.Throwable rootCause)
msg
- the exception messagerootCause
- the underlying exception.public ELException(java.lang.Throwable rootCause)
rootCause
- the underlying exception.Method Detail |
---|
public java.lang.Throwable getRootCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |