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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java579 throw new StopException(); // We'll co_exit from there.
603 * we can halt parsing quickly via a StopException rather than waiting
647 catch(StopException ex)
655 if(inner instanceof StopException){
692 class StopException extends RuntimeException class in class:IncrementalSAXSource_Filter

Completed in 30 milliseconds