public class FaceletException extends FacesException
An Exception from the Facelet implementation
Constructor and Description |
---|
FaceletException()
Create an empty
|
FaceletException(String message)
Create a
|
FaceletException(String message,
Throwable cause)
Wrap argument |
FaceletException(Throwable cause)
Wrap argument |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FaceletException()
Create an empty
FaceletException
.
public FaceletException(String message)
Create a
FaceletException
with argument message
as the message.
message
- the textual message to display for the exception.public FaceletException(Throwable cause)
Wrap argument cause
within this FaceletException
instance.
cause
- the Throwable
to wrapCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.