Home
last modified time | relevance | path

Searched defs:fnfe (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop/examples/embedding/java/embedding/events/
H A DExampleEvents.java119 FileNotFoundException fnfe = (FileNotFoundException)event.getParam("fnfe"); in processEvent() local
127 throw new RuntimeException(EventFormatter.format(event), fnfe); in processEvent() local
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/
H A DResourceEventProducer.java65 void imageNotFound(Object source, String uri, FileNotFoundException fnfe, Locator loc); in imageNotFound()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DHRegion.java6049 private IOException handleFileNotFound(FileNotFoundException fnfe) throws IOException { in handleFileNotFound()