Searched refs:StopProcessing (Results 1 – 1 of 1) sorted by relevance
578 } catch (StopProcessing ex) { in processAllFiles()837 throw new StopProcessing(); in checkClassName()1245 private static class StopProcessing extends RuntimeException { class in Main1724 if (ex instanceof StopProcessing) { in onException()1725 throw (StopProcessing) ex; in onException()