org.apache.xml.dtm.ref
Class IncrementalSAXSource_Filter.StopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xml.dtm.ref.IncrementalSAXSource_Filter.StopException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IncrementalSAXSource_Filter

static class IncrementalSAXSource_Filter.StopException
extends java.lang.RuntimeException

Used to quickly terminate parse when running under a startParse() thread. Only its type is important.


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
IncrementalSAXSource_Filter.StopException()
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IncrementalSAXSource_Filter.StopException

IncrementalSAXSource_Filter.StopException()