java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.el.EvaluationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodNotFoundException, PropertyNotFoundException, ReferenceSyntaxException
This - has been replaced by javax.el.ELException .An exception reporting an error that occurred during the evaluation of an expression in a MethodBinding or ValueBinding .
| Constructor: |
|---|
Construct a new exception with no detail message or root cause. |
Construct a new exception with the specified detail message and no root cause.
|
Construct a new exception with the specified root cause. The detail
message will be set to
|
Construct a new exception with the specified detail message and root cause.
|
| Methods from javax.faces.FacesException: |
|---|
| getCause |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |