Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java496 FileNotFoundException fnfe = new FileNotFoundException(); in testGetCausalChain() local
497 IllegalArgumentException iae = new IllegalArgumentException(fnfe); in testGetCausalChain()
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex)); in testGetCausalChain()
502 assertSame(fnfe, Iterables.getOnlyElement(Throwables.getCausalChain(fnfe))); in testGetCausalChain()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java107 catch (FileNotFoundException fnfe) in handleArchiveEntry()
112 fnfe.printStackTrace (System.out); in handleArchiveEntry()
206 catch (FileNotFoundException fnfe) in handleFile()
211 fnfe.printStackTrace (System.out); in handleFile()
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java278 catch (FileNotFoundException fnfe) // ignore: this should not happen in enumeratePathArchive()
280 if ($assert.ENABLED) throw fnfe; in enumeratePathArchive()
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java398 catch (IOException fnfe) // FileNotFoundException in openOutFile()
402 throw new EMMARuntimeException(fnfe); in openOutFile()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java272 catch (FileNotFoundException fnfe) in handleArchiveEntry()
277 fnfe.printStackTrace (System.out); in handleArchiveEntry()
510 catch (FileNotFoundException fnfe) in handleFile()
515 fnfe.printStackTrace (System.out); in handleFile()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java509 catch (IOException fnfe) // FileNotFoundException in openOutFile()
512 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java524 catch (IOException fnfe) // FileNotFoundException in openOutFile()
527 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1456 catch (IOException fnfe) // FileNotFoundException in openOutFile()
1459 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java574 catch (FileNotFoundException fnfe) { in sortGrammarFiles()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java2391 catch (FileNotFoundException fnfe) { in importTokenVocabulary()