|
||||||||||
| 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(java.lang.String pMessage)
Constructor |
|
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Constructor |
|
ELException(java.lang.Throwable pRootCause)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause |
java.lang.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(java.lang.String pMessage)
public ELException(java.lang.Throwable pRootCause)
public ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
| Method Detail |
|---|
public java.lang.Throwable getRootCause()
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||