com.jclark.xsl.dom
Class TransformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jclark.xsl.dom.TransformException
All Implemented Interfaces:
java.io.Serializable

public class TransformException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TransformException(java.lang.String detail, org.w3c.dom.Node node)
           
 
Method Summary
 org.w3c.dom.Node getNode()
           
 
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

TransformException

public TransformException(java.lang.String detail,
                          org.w3c.dom.Node node)
Method Detail

getNode

public org.w3c.dom.Node getNode()