Class FaceletException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TagAttributeException, TagException

public class FaceletException extends FacesException

An Exception from the Facelet implementation

Since:
2.0
See Also:
  • Constructor Details

    • FaceletException

      public FaceletException()

      Create an empty FaceletException.

    • FaceletException

      public FaceletException(String message)

      Create a FaceletException with argument message as the message.

      Parameters:
      message - the textual message to display for the exception.
    • FaceletException

      public FaceletException(Throwable cause)

      Wrap argument cause within this FaceletException instance.

      Parameters:
      cause - the Throwable to wrap
    • FaceletException

      public FaceletException(String message, Throwable cause)

      Wrap argument cause in a FaceletException instance, with a message given by the argument message.

      Parameters:
      message - the message for the FacesException
      cause - the root cause