com.jclark.xsl.tr
Class TerminateXSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.transform.TransformerException
              extended by com.jclark.xsl.om.XSLException
                  extended by com.jclark.xsl.tr.TerminateXSLException
All Implemented Interfaces:
java.io.Serializable

public class TerminateXSLException
extends XSLException

See Also:
Serialized Form

Constructor Summary
TerminateXSLException(java.lang.String detail, Node node)
           
 
Method Summary
 
Methods inherited from class com.jclark.xsl.om.XSLException
getNode
 
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

TerminateXSLException

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