Class FaceletException

    • Constructor Summary

      Constructors 
      Constructor Description
      FaceletException​()
      Create an empty FaceletException.
      FaceletException​(java.lang.String message)
      Create a FaceletException with argument message as the message.
      FaceletException​(java.lang.String message, java.lang.Throwable cause)
      Wrap argument cause in a FaceletException instance, with a message given by the argument message.
      FaceletException​(java.lang.Throwable cause)
      Wrap argument cause within this FaceletException instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • FaceletException

        public FaceletException​()

        Create an empty FaceletException.

      • FaceletException

        public FaceletException​(java.lang.String message)

        Create a FaceletException with argument message as the message.

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

        public FaceletException​(java.lang.Throwable cause)

        Wrap argument cause within this FaceletException instance.

        Parameters:
        cause - the Throwable to wrap
      • FaceletException

        public FaceletException​(java.lang.String message,
                                java.lang.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