Searched refs:exc (Results 126 - 150 of 275) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DEType.java59 } catch (Exception exc) {
63 exc.getMessage());
234 } catch (KrbException exc) {
237 configName + exc.getMessage());
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DOperationFactory.java131 } catch (java.lang.Exception exc) {
254 } catch (Exception exc) {
257 throw wrapper.couldNotLoadClass( exc, className ) ;
285 } catch (MalformedURLException exc) {
288 throw wrapper.badUrl( exc, val ) ;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java307 Throwable exc = new ClosedChannelException();
309 return CompletedFuture.withFailure(exc);
310 Invoker.invoke(this, handler, attachment, null, exc);
532 Throwable exc = new ClosedChannelException();
534 return CompletedFuture.withFailure(exc);
535 Invoker.invoke(this, handler, attachment, null, exc);
706 Throwable exc = new ClosedChannelException();
708 return CompletedFuture.withFailure(exc);
709 Invoker.invoke(this, handler, attachment, null, exc);
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java107 public static TestExc exc(Object o) { method in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub.TestExc
112 TestExc exc; field in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub
118 public Object getExecutionContext() { return active ? exc : null; }
120 public Object get(Object o, Object o1) { return TestExc.exc(o).get(o1); }
122 public void put(Object o, Object o1, Object o2) { TestExc.exc(o).put(o1, o2); }
124 public void remove(Object o, Object o1) { TestExc.exc(o).remove(o1); }
134 public boolean isMainAppContext() { return exc == null; }
152 javaAwtAccess.exc = new JavaAWTAccessStub.TestExc();
157 javaAwtAccess.exc = null;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java341 void markThrown(JCTree tree, Type exc) { argument
342 if (!chk.isUnchecked(tree.pos(), exc)) {
343 if (!chk.isHandled(exc, caught)) {
344 pendingExits.append(new PendingExit(tree, exc));
346 thrown = chk.incl(exc, thrown);
1085 Type exc = ct.type;
1086 if (exc != syms.unknownType) {
1087 ctypes = ctypes.append(exc);
1088 if (types.isSameType(exc, syms.objectType))
1090 checkCaughtType(l.head.pos(), exc, thrownInTr
1154 checkCaughtType(DiagnosticPosition pos, Type exc, List<Type> thrownInTry, List<Type> caughtInTry) argument
1177 isExceptionOrThrowable(Type exc) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java228 catch (Exception exc) {
264 catch (Exception exc) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DEventRequestSpecList.java180 void notifyError(EventRequestSpec spec, Exception exc) { argument
182 SpecErrorEvent evt = new SpecErrorEvent(spec, exc);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceModel.java179 } catch (IOException exc) {
204 } catch (AbsentInformationException exc) {
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreatorVC10.java126 public FileVisitResult postVisitDirectory(Path dir, IOException exc) { argument
133 public FileVisitResult visitFileFailed(Path file, IOException exc) { argument
H A DFileTreeCreatorVC7.java140 public FileVisitResult postVisitDirectory(Path dir, IOException exc) { argument
149 public FileVisitResult visitFileFailed(Path file, IOException exc) { argument
/openjdk7/jdk/test/com/sun/jdi/
H A DFinalLocalsTest.java157 } catch (Exception exc) {
158 String st = exc.getClass().getName();
H A DVars.java116 } catch (Exception exc) {
117 String st = exc.getClass().getName();
H A DAnyDebuggeeTest.java64 } catch( Throwable exc) {
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java244 } catch (Exception exc) {
245 throw new Error("CP exception: " + exc);
/openjdk7/jdk/test/java/net/URL/
H A DTest.java61 Exception exc = null; field in class:Test
69 exc = x;
83 exc = x;
98 exc = x;
113 exc = x;
262 if (exc instanceof MalformedURLException)
263 show(s, (MalformedURLException)exc);
267 exc.printStackTrace(out);
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLotsOfWrites.java112 public void failed(Throwable exc, ByteBuffer buf) { argument
113 exc.printStackTrace();
/openjdk7/jdk/test/java/nio/channels/AsynchronousServerSocketChannel/
H A DBasic.java107 public void failed(Throwable exc, Void att) {
108 exception.set(exc);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java121 } catch (IOException exc) {
124 exc.toString(), filename);
H A DPackageFrameWriter.java108 } catch (IOException exc) {
111 exc.toString(), OUTPUT_FILE_NAME);
H A DPackageTreeWriter.java101 } catch (IOException exc) {
104 exc.toString(), filename);
H A DTreeWriter.java87 } catch (IOException exc) {
90 exc.toString(), filename);
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java128 } catch (IOException exc) {
130 throw new InvalidKeyException(exc);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPollingServer.java197 } catch (Exception exc) { exc.printStackTrace(); }
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DAOMEntry.java139 } catch (InterruptedException exc) {
237 } catch (RuntimeException exc) {
238 Throwable thr = exc.getCause() ;
242 throw exc ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.java165 } catch (InterruptedException exc) {
166 wrapper.interruptedJoinCallWhileClosingThreadPool(exc, wt, this);
507 } catch (InterruptedException exc) {
508 wrapper.workQueueThreadInterrupted( exc, getName(),

Completed in 316 milliseconds

1234567891011