Class XSLTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
JDOMException
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
- See Also:
- Serialized Form
Field Summary |
private static java.lang.String |
CVS_ID
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
XSLTransformException
public XSLTransformException()
XSLTransformException
public XSLTransformException(java.lang.String message)
XSLTransformException
public XSLTransformException(java.lang.String message,
java.lang.Exception cause)