Package org.jdom.transform
Class XSLTransformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jdom.JDOMException
-
- org.jdom.transform.XSLTransformException
-
- All Implemented Interfaces:
Serializable
public class XSLTransformException extends JDOMException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSLTransformException()
A 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 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
-
-