JDOM
2.0.5

org.jdom2.transform
Class XSLTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdom2.JDOMException
              extended by org.jdom2.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

Author:
Jason Hunter
See Also:
Serialized Form

Constructor Summary
XSLTransformException()
          A new and default XSLTransformException
XSLTransformException(java.lang.String message)
          A new XSLTransformException with the specified message
XSLTransformException(java.lang.String message, java.lang.Exception cause)
          A new XSLTransformException with the specified message and cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLTransformException

public XSLTransformException()
A new and default XSLTransformException


XSLTransformException

public XSLTransformException(java.lang.String message)
A new XSLTransformException with the specified message

Parameters:
message - The message for the exception

XSLTransformException

public XSLTransformException(java.lang.String message,
                             java.lang.Exception cause)
A new XSLTransformException with the specified message and cause

Parameters:
message - The message for the exception
cause - This exception's cause.

JDOM
2.0.5

Copyright � 2013 Jason Hunter, Brett McLaughlin. All Rights Reserved.