Searched refs:fnfe (Results 1 – 11 of 11) sorted by relevance
496 FileNotFoundException fnfe = new FileNotFoundException(); in testGetCausalChain() local497 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()
107 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()
82 except (FileNotFoundError, NotADirectoryError, PermissionError) as fnfe:83 output = str(fnfe)
278 catch (FileNotFoundException fnfe) // ignore: this should not happen in enumeratePathArchive()280 if ($assert.ENABLED) throw fnfe; in enumeratePathArchive()
398 catch (IOException fnfe) // FileNotFoundException in openOutFile()402 throw new EMMARuntimeException(fnfe); in openOutFile()
272 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()
524 catch (IOException fnfe) // FileNotFoundException in openOutFile()527 throw new EMMARuntimeException (fnfe); in openOutFile()
509 catch (IOException fnfe) // FileNotFoundException in openOutFile()512 throw new EMMARuntimeException (fnfe); in openOutFile()
593 catch (FileNotFoundException fnfe) { in sortGrammarFiles()594 ErrorManager.error(ErrorManager.MSG_CANNOT_OPEN_FILE, gfile, fnfe); in sortGrammarFiles()
1456 catch (IOException fnfe) // FileNotFoundException in openOutFile()1459 throw new EMMARuntimeException (fnfe); in openOutFile()
2435 catch (FileNotFoundException fnfe) { in importTokenVocabulary()