Class XSLTransformException

    • Constructor Detail

      • XSLTransformException

        public XSLTransformException()
        A new and default XSLTransformException
      • XSLTransformException

        public XSLTransformException​(String message)
        A new XSLTransformException with the specified message
        Parameters:
        message - The message for the exception
      • XSLTransformException

        public XSLTransformException​(String message,
                                     Exception cause)
        A new XSLTransformException with the specified message and cause
        Parameters:
        message - The message for the exception
        cause - This exception's cause.