Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java573 throw new StopException(); // We'll co_exit from there. in co_yield()
641 catch(StopException ex) in run()
649 if(inner instanceof StopException){ in run()
686 class StopException extends RuntimeException class in IncrementalSAXSource_Filter