|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.taglibs.standard.lang.jstl.ELException
public class ELException
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
Constructor Summary | |
---|---|
ELException()
Constructor |
|
ELException(String pMessage)
Constructor |
|
ELException(String pMessage,
Throwable pRootCause)
Constructor |
|
ELException(Throwable pRootCause)
Constructor |
Method Summary | |
---|---|
Throwable |
getRootCause()
Returns the root cause |
String |
toString()
String representation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ELException()
public ELException(String pMessage)
public ELException(Throwable pRootCause)
public ELException(String pMessage, Throwable pRootCause)
Method Detail |
---|
public Throwable getRootCause()
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |