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:
java.io.Serializable
public class XSLTransformException extends JDOMException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails- Author:
- Jason Hunter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSLTransformException()
A new and default XSLTransformExceptionXSLTransformException(java.lang.String message)
A new XSLTransformException with the specified messageXSLTransformException(java.lang.String message, java.lang.Exception cause)
A new XSLTransformException with the specified message and cause
-
-
-
Constructor Detail
-
XSLTransformException
public XSLTransformException()
A new and default XSLTransformException
-
XSLTransformException
public XSLTransformException(java.lang.String message)
A new XSLTransformException with the specified message- Parameters:
message
- The message for the exception
-
XSLTransformException
public XSLTransformException(java.lang.String message, java.lang.Exception cause)
A new XSLTransformException with the specified message and cause- Parameters:
message
- The message for the exceptioncause
- This exception's cause.
-
-