Searched defs:throwException (Results 1 – 2 of 2) sorted by relevance
210 final AtomicBoolean throwException = new AtomicBoolean(false); in testFetchRemoteFile_concurrentFail() local
342 private void throwException(String reason) throws SAXException { in throwException() method in ConfigurationXmlParser.ConfigHandler