java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReferenceSyntaxException, ConverterException, PropertyNotFoundException, MethodNotFoundException, AbortProcessingException, TagAttributeException, EvaluationException, TagException, ValidatorException, UpdateModelException, FaceletException, ViewExpiredException
This class encapsulates general JavaServer Faces exceptions.
Fields inherited from java.lang.RuntimeException: |
---|
serialVersionUID |
Fields inherited from java.lang.Exception: |
---|
serialVersionUID |
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: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.FacesException Detail: |
---|
Return the cause of this exception, or |