Searched refs:exc (Results 151 - 175 of 275) sorted by relevance

1234567891011

/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DRestart.java112 public void failed(Throwable exc, Void att) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DORBInitInfoImpl.java218 InvalidName exc = new InvalidName( e.getMessage() );
219 exc.initCause( e ) ;
220 throw exc ;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java295 Throwable exc = new ClosedChannelException();
297 return CompletedFuture.withFailure(exc);
298 Invoker.invokeIndirectly(this, handler, attachment, null, exc);
/openjdk7/jdk/test/com/sun/jdi/redefine/
H A DRedefineTest.java113 } catch (Exception exc) {
114 failure("Test Failure: unexpected exception - " + exc);
115 exc.printStackTrace();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java74 } catch (InvalidTypeException exc) {
77 exc);
78 } catch (ClassNotLoadedException exc) {
80 "Attempt to set value before " + exc.className() + " was loaded" +
81 exc);
93 } catch (IncompatibleThreadStateException exc) {
121 } catch (IncompatibleThreadStateException exc) {
785 } catch (IncompatibleThreadStateException exc) {
829 } catch (IncompatibleThreadStateException exc) {
877 } catch (ParseException exc) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java289 catch (SAXException exc) {
351 catch (SAXException exc) {
418 catch (SAXNotRecognizedException exc) {
422 throw exc;
425 catch (SAXNotSupportedException exc) {
429 throw exc;
456 catch (SAXException exc) {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java310 } catch (WindowsException exc) {
311 exc.rethrowAsIOException(file);
330 } catch (WindowsException exc) {
338 exc.rethrowAsIOException(file);
396 } catch (WindowsException exc) {
397 exc.rethrowAsIOException(file);
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java201 public void failed(Throwable exc, Void att) {
233 public void failed(Throwable exc, Void att) {
320 public void failed(Throwable exc, Void att) {
359 public void failed(Throwable exc, Void att) {
566 public void failed(Throwable exc, Long position) {
591 public void failed(Throwable exc, Long position) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java372 RuntimeException exc = new RuntimeException(e.toString());
373 exc.initCause(e);
374 throw exc;
527 RuntimeException exc = new RuntimeException(e.toString());
528 exc.initCause(e);
529 throw exc;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DObjectFactory.java340 catch (IOException exc) {}
366 catch (IOException exc) {}
640 catch (IOException exc) {}
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java87 } catch (InterruptedException exc) {
201 } catch (IncompatibleThreadStateException exc) {
280 } catch (InterruptedException exc) {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java223 } catch (SocketTimeoutException exc) {
233 } catch (IOException exc) {
237 throw exc;
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java40 private Exception exc; field in class:PathOps
49 exc = x;
208 if (!(exc instanceof InvalidPathException)) {
/openjdk7/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java519 } catch (IOException exc) {
542 } catch (FileNotFoundException exc) {
543 } catch (SecurityException exc) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DJDIEventSource.java69 } catch (Exception exc) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DStackTraceTool.java118 } catch (VMNotInterruptedException exc) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java797 } catch (ClassNotFoundException exc) {
1077 } catch (ClassNotFoundException exc) {
1111 } catch (MalformedMemberNameException exc) {
1113 } catch (ClassNotFoundException exc) {
1226 } catch (MalformedMemberNameException exc) {
1228 } catch (ClassNotFoundException exc) {
1491 } catch(FileNotFoundException exc) {
1493 } catch(IOException exc) {
1494 MessageOutput.println("I/O exception occurred:", exc.toString());
1601 } catch (IncompatibleThreadStateException exc) {
[all...]
H A DSourceMapper.java143 } catch(IOException exc) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWClipboard.java168 } catch (IllegalStateException exc) {
H A DWMouseDragGestureRecognizer.java157 } catch (Exception exc) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKdcComm.java151 } catch (Exception exc) {
156 exc.getMessage());
427 } catch (Exception exc) {
444 } catch (Exception exc) {
/openjdk7/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java231 private static void checkException(Class<? extends Exception> exc, argument
235 fail("Constructor succeeded but should have got " + exc.getName() +
239 if (exc.isInstance(cause))
245 fail("Constructor should have got " + exc.getName() +
/openjdk7/jdk/src/share/sample/nio/chatserver/
H A DChatServer.java97 public void failed(Throwable exc, Void attachment) {
H A DClient.java126 public void failed(Throwable exc, ByteBuffer attachment) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseDragGestureRecognizer.java160 } catch (Exception exc) {

Completed in 166 milliseconds

1234567891011