Searched refs:StopException (Results 1 – 1 of 1) sorted by relevance
573 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