Searched refs:ioe (Results 1 - 25 of 127) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERExternalParser.java43 catch (IOException ioe)
45 throw new ASN1ParsingException("unable to get DER object", ioe);
47 catch (IllegalArgumentException ioe)
49 throw new ASN1ParsingException("unable to get DER object", ioe);
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java48 catch (IOException ioe)
50 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
63 catch (IOException ioe)
65 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
78 catch (IOException ioe)
80 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
93 catch (IOException ioe)
95 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java88 catch (IOException ioe) {
98 catch (IOException ioe) {
107 catch (IOException ioe) {
117 catch (IOException ioe) {
127 catch (IOException ioe) {
143 catch (IOException ioe) {
154 catch (IOException ioe) {
166 catch (IOException ioe) {
181 catch (IOException ioe) {
191 catch (IOException ioe) {
[all...]
/external/jdiff/src/jdiff/
H A DStreamReader.java29 } catch (IOException ioe) {
31 ioe.printStackTrace();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTDbg.stg68 catch ( IOException ioe )
70 ReportError( ioe );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTDbg.stg72 catch ( IOException ioe )
74 ReportError( ioe );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DASTDbg.stg60 catch (IOException ioe) {
61 reportError(ioe);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DASTDbg.stg65 @catch (IOException *ioe) {
66 [self reportError:ioe];
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextStream.java225 catch(IOException ioe)
227 throw new SAXException(ioe);
250 catch(IOException ioe)
252 throw new SAXException(ioe);
386 catch(IOException ioe)
388 throw new SAXException(ioe);
426 catch(IOException ioe)
428 throw new SAXException(ioe);
H A DOutputPropertiesFactory.java320 catch (IOException ioe)
326 ioe);
383 catch (IOException ioe)
387 throw ioe;
395 ioe);
396 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java131 catch (IOException ioe)
133 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
180 catch (IOException ioe)
182 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
198 catch (IOException ioe)
200 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
214 catch (IOException ioe)
216 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
229 catch (IOException ioe)
231 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java66 catch (IOException ioe)
68 throw new EMMARuntimeException (INSTR_IO_FAILURE, ioe);
115 catch (IOException ioe)
118 throw new EMMARuntimeException (ioe);
164 catch (IOException ioe)
167 throw new EMMARuntimeException (ioe);
214 catch (IOException ioe)
217 throw new EMMARuntimeException (ioe);
264 catch (IOException ioe)
267 throw new EMMARuntimeException (ioe);
[all...]
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMInputCapsule.java167 } catch (IOException ioe) {
168 throw ioe;
213 } catch (IOException ioe) {
214 throw ioe;
267 } catch (IOException ioe) {
268 throw ioe;
316 } catch (IOException ioe) {
317 throw ioe;
370 } catch (IOException ioe) {
371 throw ioe;
[all...]
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedInputStream.java245 IOException ioe = new MalformedChunkCodingException("Invalid footer: "
247 ExceptionUtils.initCause(ioe, e);
248 throw ioe;
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java135 catch (IOException ioe)
137 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
424 catch (IOException ioe)
426 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
439 catch (IOException ioe)
441 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
452 catch (IOException ioe)
454 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
464 catch (IOException ioe)
466 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DParserDebugger.cs30 reportError( ioe );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-swing.jar ... .URL url java.net.URLConnection conn Throwable ioe ClassLoader cl javax.swing.ImageIcon img Throwable e ...
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java45 } catch (IOException ioe) {
46 throw new SAXException(ioe);
55 } catch (IOException ioe) {
56 throw new SAXException(ioe);
/external/emma/core/java12/com/vladium/emma/data/
H A DmergeCommand.java103 catch (IOException ioe)
105 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe);
H A DMergeProcessor.java186 catch (IOException ioe)
189 ioe.printStackTrace (System.out);
242 catch (IOException ioe)
245 throw new EMMARuntimeException (ioe);
270 catch (IOException ioe)
275 throw new EMMARuntimeException (ioe);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DAbstractData.java125 } catch (IOException ioe) {
126 throw new RuntimeException(ioe); // COV_NF_LINE
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java115 catch (IOException ioe)
118 throw new EMMARuntimeException (ioe);
141 catch (IOException ioe)
144 throw new EMMARuntimeException (ioe);
280 catch (IOException ioe)
283 throw new EMMARuntimeException (ioe);
334 catch (IOException ioe)
337 throw new EMMARuntimeException (ioe);
359 catch (IOException ioe)
362 throw new EMMARuntimeException (ioe);
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java240 catch (IOException ioe)
242 throw new TransformerException(ioe.getMessage(),
243 (SourceLocator)xctxt.getSAXLocator(), ioe);
262 catch (IOException ioe)
264 throw new TransformerException(ioe.getMessage(),
265 (SourceLocator)xctxt.getSAXLocator(), ioe);
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java329 catch (IOException ioe)
331 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
347 catch (IOException ioe)
349 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
362 catch (IOException ioe)
364 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java183 catch (IOException ioe)
185 throw new TransformerException(ioe);

Completed in 601 milliseconds

123456