Class XSLTransformException

All Implemented Interfaces:
Serializable

public class XSLTransformException extends JDOMException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
Author:
Jason Hunter
See Also:
  • Constructor Details

    • 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.