Searched refs:StopException (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java573 throw new StopException(); // We'll co_exit from there.
597 * we can halt parsing quickly via a StopException rather than waiting
641 catch(StopException ex)
649 if(inner instanceof StopException){
686 class StopException extends RuntimeException class in class:IncrementalSAXSource_Filter

Completed in 58 milliseconds