com.jclark.xsl.om
Class XSLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.transform.TransformerException
              extended bycom.jclark.xsl.om.XSLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TerminateXSLException

public class XSLException
extends javax.xml.transform.TransformerException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.transform.TransformerException
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XSLException(java.lang.Exception exception)
           
XSLException(java.lang.Exception exception, Node node)
           
XSLException(java.lang.String detail)
           
XSLException(java.lang.String detail, Node node)
           
 
Method Summary
 Node getNode()
           
(package private)  void setNode(Node node)
           
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLException

public XSLException(java.lang.String detail,
                    Node node)

XSLException

public XSLException(java.lang.String detail)

XSLException

public XSLException(java.lang.Exception exception)

XSLException

public XSLException(java.lang.Exception exception,
                    Node node)
Method Detail

setNode

void setNode(Node node)

getNode

public Node getNode()