|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.faces.FacesException javax.faces.view.facelets.FaceletException
public class FaceletException
An Exception from the Facelet implementation
Constructor Summary | |
---|---|
FaceletException()
Create an empty
|
|
FaceletException(java.lang.String message)
Create a
|
|
FaceletException(java.lang.String message,
java.lang.Throwable cause)
Wrap argument |
|
FaceletException(java.lang.Throwable cause)
Wrap argument |
Method Summary |
---|
Methods inherited from class javax.faces.FacesException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FaceletException()
Create an empty
FaceletException
.
public FaceletException(java.lang.String message)
Create a
FaceletException
with argument message
as the message.
message
- the textual message to display for the exception.public FaceletException(java.lang.Throwable cause)
Wrap argument cause
within this FaceletException
instance.
cause
- the Throwable
to wrappublic FaceletException(java.lang.String message, java.lang.Throwable cause)
Wrap argument cause
in
a FaceletException
instance, with a message given by
the argument message
.
message
- the message for the FacesException
cause
- the root cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |