java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ViewExpiredException, MethodNotFoundException, PropertyNotFoundException, AbortProcessingException, ConverterException, EvaluationException, ValidatorException, ReferenceSyntaxException
This class encapsulates general JavaServer Faces exceptions.
| 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.
|
| Method from javax.faces.FacesException Summary: |
|---|
| 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 |
| Method from javax.faces.FacesException Detail: |
|---|
Return the cause of this exception, or |