Searched refs:ex (Results 176 - 200 of 1991) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureECDSA.java202 } catch (java.security.NoSuchAlgorithmException ex) {
203 Object[] exArgs = { algorithmID, ex.getLocalizedMessage() };
206 } catch (NoSuchProviderException ex) {
207 Object[] exArgs = { algorithmID, ex.getLocalizedMessage() };
218 } catch (InvalidAlgorithmParameterException ex) {
219 throw new XMLSignatureException("empty", ex);
233 } catch (SignatureException ex) {
234 throw new XMLSignatureException("empty", ex);
235 } catch (IOException ex) {
236 throw new XMLSignatureException("empty", ex);
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParserForXMLSchema.java52 throw ex("parser.process.1", this.offset);
55 throw ex("parser.process.1", this.offset);
58 throw ex("parser.process.1", this.offset);
61 throw ex("parser.process.1", this.offset);
64 throw ex("parser.process.1", this.offset);
67 throw ex("parser.process.1", this.offset);
70 throw ex("parser.process.1", this.offset);
73 throw ex("parser.process.1", this.offset);
76 throw ex("parser.process.1", this.offset);
79 throw ex("parse
[all...]
H A DRegexParser.java109 final ParseException ex(String key, int loc) { method in class:RegexParser
133 throw ex("parser.parse.1", this.offset);
135 throw ex("parser.parse.1", this.offset-1);
141 throw ex("parser.parse.2", position.position);
182 throw ex("parser.next.1", this.offset-1);
248 throw ex("parser.next.2", this.offset-1);
258 throw ex("parser.next.2", this.offset-3);
265 throw ex("parser.next.3", this.offset-3);
273 throw ex("parser.next.4", this.offset-1);
285 throw ex("parse
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/libs/test/auctionportal/
H A DXInclHandler.java207 * @param ex The warning information encoded as an exception.
212 public void warning(SAXParseException ex) throws SAXException { argument
213 printError("Warning", ex);
218 * @param ex The error information encoded as an exception.
223 public void error(SAXParseException ex) throws SAXException { argument
224 printError("Error", ex);
230 * @param ex The fatal error information encoded as an exception.
236 public void fatalError(SAXParseException ex) throws SAXException { argument
237 printError("Fatal Error", ex);
238 throw ex;
366 printError(String type, SAXParseException ex) argument
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java72 } catch (Exception ex) {
105 } catch (Exception ex) {
106 Assert.fail("testOne Failed " + ex);
107 ex.printStackTrace();
149 } catch (Exception ex) {
150 Assert.fail("testTwo Failed " + ex);
151 ex.printStackTrace();
179 } catch (Exception ex) {
180 Assert.fail("testThree Failed " + ex);
181 ex
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DParticlesIg004Test.java54 } catch (Exception ex) {
55 ex.printStackTrace();
56 Assert.fail(ex.getMessage());
H A DMultiOccursTest.java93 } catch (SAXException ex) {
94 Assert.fail(ex.getMessage());
109 } catch (SAXException ex) {
110 Assert.fail(ex.getMessage());
125 } catch (SAXException ex) {
126 Assert.fail(ex.getMessage());
141 } catch (SAXException ex) {
142 Assert.fail(ex.getMessage());
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DThreadLocalContainerResolver.java82 * @param ex Executor to wrap
85 public Executor wrapExecutor(final Container container, final Executor ex) { argument
86 if (ex == null)
92 ex.execute(new Runnable() {
/openjdk9/jdk/src/jdk.internal.ed/share/classes/jdk/internal/editor/external/
H A DExternalEditor.java105 } catch (IOException ex) {
106 errorHandler.accept(ex.getMessage());
127 } catch (ClosedWatchServiceException ex) {
130 } catch (InterruptedException ex) {
168 } catch (IOException ex) {
169 errorHandler.accept("process IO failure: " + ex.getMessage());
170 } catch (InterruptedException ex) {
171 errorHandler.accept("process interrupt: " + ex.getMessage());
177 } catch (InterruptedException ex) {
178 errorHandler.accept("process interrupt: " + ex
[all...]
/openjdk9/jdk/test/java/io/Serializable/optionalDataEnd/
H A DOptionalDataEnd.java57 } catch (OptionalDataException ex) {
58 if (! (ex.eof && (ex.length == 0))) {
/openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DExternalEditor.java62 } catch (IOException ex) {
63 errorHandler.accept(ex.getMessage());
84 } catch (final ClosedWatchServiceException ex) {
86 } catch (final InterruptedException ex) {
114 } catch (final IOException ex) {
115 errorHandler.accept("process IO failure: " + ex.getMessage());
116 } catch (final InterruptedException ex) {
117 errorHandler.accept("process interrupt: " + ex.getMessage());
123 } catch (InterruptedException ex) {
124 errorHandler.accept("process interrupt: " + ex
[all...]
/openjdk9/langtools/test/tools/javac/lambda/
H A DMethodReference31.java115 catch (RuntimeException ex) { }
120 catch (RuntimeException ex) { }
132 catch (RuntimeException ex) { }
137 catch (RuntimeException ex) { }
149 catch (RuntimeException ex) { }
154 catch (RuntimeException ex) { }
166 catch (RuntimeException ex) { }
171 catch (RuntimeException ex) { }
183 catch (RuntimeException ex) { }
188 catch (RuntimeException ex) { }
[all...]
/openjdk9/jdk/test/java/io/File/
H A DNulFile.java167 } catch (FileNotFoundException ex) {
168 if (ExceptionMsg.equals(ex.getMessage()))
184 } catch (FileNotFoundException ex) {
185 if (ExceptionMsg.equals(ex.getMessage()))
203 } catch (FileNotFoundException ex) {
204 if (ExceptionMsg.equals(ex.getMessage()))
220 } catch (FileNotFoundException ex) {
221 if (ExceptionMsg.equals(ex.getMessage()))
242 } catch (FileNotFoundException ex) {
243 if (ExceptionMsg.equals(ex
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoListIteratorImpl.java88 RuntimeException ex)
91 this.failureException = ex;
92 if (ex instanceof org.omg.CORBA.COMM_FAILURE) {
94 if (ex.getCause() instanceof GetEndPointInfoAgainException) {
96 ((GetEndPointInfoAgainException) ex.getCause())
101 SystemException se = (SystemException) ex;
87 reportException(ContactInfo contactInfo, RuntimeException ex) argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/concurrent/
H A DCondVar.java237 } catch (InterruptedException ex) {
239 throw ex;
249 } catch (InterruptedException ex) {
300 } catch (InterruptedException ex) {
302 throw ex;
312 } catch (InterruptedException ex) {
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/sax/
H A DBug6992561Test.java79 } catch (ParserConfigurationException ex) {
80 Assert.fail(ex.toString());
81 } catch (SAXException ex) {
82 Assert.fail(ex.toString());
83 } catch (IOException ex) {
84 Assert.fail(ex.toString());
/openjdk9/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java105 } catch (SecurityException ex) {
111 } catch (SecurityException ex) {
117 } catch (SecurityException ex) {
123 } catch (SecurityException ex) {
129 } catch (SecurityException ex) {
135 } catch (SecurityException ex) {
/openjdk9/jdk/test/javax/xml/crypto/dsig/
H A DGetInstanceTests.java54 } catch (Exception ex) {
55 throw new RuntimeException("Error: Unexpected exception", ex);
69 } catch (Exception ex) {
70 throw new RuntimeException("Error: Unexpected exception", ex);
90 } catch (Exception ex) {
91 throw new RuntimeException("Error: Unexpected exception", ex);
/openjdk9/jdk/test/javax/swing/text/html/HTMLDocument/8058120/
H A Dbug8058120.java48 }catch(Exception ex) {
49 ex.printStackTrace();
66 } catch (Exception ex) {
67 throw new RuntimeException(ex);
93 } catch (Exception ex) {
94 throw new RuntimeException(ex);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandlerImpl.java65 void write( OutputStream os, Exception ex ) ;
113 } catch (Exception ex) {
114 throw wrapper.badHelperIdMethod( ex, helperName ) ;
122 } catch (Exception ex) {
123 throw wrapper.badHelperWriteMethod( ex, helperName ) ;
130 } catch (Exception ex) {
131 throw wrapper.badHelperReadMethod( ex, helperName ) ;
135 public void write( OutputStream os, Exception ex )
138 Object[] args = new Object[] { os, ex } ;
151 } catch (Exception ex) {
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/threads/
H A DMonitor_notowner01.java56 } catch (InterruptedException ex) {
58 } catch (IllegalMonitorStateException ex) {
/openjdk9/hotspot/test/runtime/Metaspace/
H A DFragmentMetaspace.java69 } catch (IOException | InstantiationException | IllegalAccessException ex) {
70 throw new RuntimeException(ex);
/openjdk9/hotspot/test/runtime/defineAnonClass/
H A DNestedUnsafe2.java70 " } catch (Throwable ex) { " +
71 " throw new RuntimeException(\"Exception: \" + ex.toString()); " +
80 } catch (Throwable ex) {
81 Throwable iae = ex.getCause();
H A DNestedUnsafe.java71 " } catch (Throwable ex) { " +
72 " throw new RuntimeException(\"Exception: \" + ex.toString()); " +
81 } catch (Throwable ex) {
82 Throwable iae = ex.getCause();
/openjdk9/hotspot/test/compiler/c1/
H A DTest8011706.java62 } catch(NullPointerException ex) {
63 throw new RuntimeException("TEST FAILED", ex);

Completed in 486 milliseconds

1234567891011>>