Package org.jdom2.transform
Class XSLTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdom2.JDOMException
org.jdom2.transform.XSLTransformException
- All Implemented Interfaces:
Serializable
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
- Author:
- Jason Hunter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA new and default XSLTransformExceptionXSLTransformException
(String message) A new XSLTransformException with the specified messageXSLTransformException
(String message, Exception cause) A new XSLTransformException with the specified message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XSLTransformException
public XSLTransformException()A new and default XSLTransformException -
XSLTransformException
A new XSLTransformException with the specified message- Parameters:
message
- The message for the exception
-
XSLTransformException
A new XSLTransformException with the specified message and cause- Parameters:
message
- The message for the exceptioncause
- This exception's cause.
-