org.jdom.transform
Class XSLTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdom.JDOMException
org.jdom.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
- Version:
- $Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $
- Author:
- Jason Hunter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XSLTransformException
public XSLTransformException()
XSLTransformException
public XSLTransformException(java.lang.String message)
XSLTransformException
public XSLTransformException(java.lang.String message,
java.lang.Exception cause)