Class XSLTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JDOMException
              extended by 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
           
 
Constructor Summary
XSLTransformException()
           
XSLTransformException(java.lang.String message)
           
XSLTransformException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class JDOMException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

CVS_ID

private static final java.lang.String CVS_ID
See Also:
Constant Field Values
Constructor Detail

XSLTransformException

public XSLTransformException()

XSLTransformException

public XSLTransformException(java.lang.String message)

XSLTransformException

public XSLTransformException(java.lang.String message,
                             java.lang.Exception cause)