JDOM
1.1.3

org.jdom.transform
Class XSLTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdom.JDOMException
              extended by 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.1 $, $Date: 2012/04/08 22:48:01 $
Author:
Jason Hunter
See Also:
Serialized Form

Constructor Summary
XSLTransformException()
           
XSLTransformException(java.lang.String message)
           
XSLTransformException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class org.jdom.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
 

Constructor Detail

XSLTransformException

public XSLTransformException()

XSLTransformException

public XSLTransformException(java.lang.String message)

XSLTransformException

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

JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.