com.jclark.xsl.tr
Class TerminateXSLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jclark.xsl.om.XSLException
                    |
                    +--com.jclark.xsl.tr.TerminateXSLException
All Implemented Interfaces:
java.io.Serializable

public class TerminateXSLException
extends XSLException

See Also:
Serialized Form

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

TerminateXSLException

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