Searched defs:caught (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/test/tools/javac/multicatch/
H A DT6978574.java41 } catch (final A | B e ) { caught = true; }
45 static boolean caught = false; field in class:T6978574
49 if (!caught) throw new AssertionError();
50 caught = false;
52 if (!caught) throw new AssertionError();
/openjdk7/jdk/src/share/back/
H A DEventRequestImpl.c135 jboolean caught; local
140 caught = inStream_readBoolean(in);
148 exception, caught, uncaught));
H A DeventFilter.c73 jboolean caught; member in struct:ExceptionFilter
446 /* do we want caught/uncaught exceptions */
449 filter->u.ExceptionOnly.caught)) {
829 jboolean caught,
849 filter->caught = caught;
827 eventFilter_setExceptionOnlyFilter(HandlerNode *node, jint index, jclass exceptionClass, jboolean caught, jboolean uncaught) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java110 final boolean caught; field in class:ExceptionEvents
119 boolean caught, boolean uncaught,
124 this.caught = caught;
147 System.err.println(" caught|uncaught|neither all|thread|none <TargetClass> <Exception>|null");
237 * Target throws caught exception.
238 * Events if caught enabled.
290 boolean caught, boolean uncaught) throws Exception {
293 caught, uncaught, globalSuspendPolicy);
296 caught, uncaugh
117 ExceptionEvents(String target, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
287 goSuspendPolicy(String target, boolean expectedEvent, String exceptionName, boolean caught, boolean uncaught) argument
304 go(String target, boolean expectedEvent, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
[all...]
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java440 private void caught(Channel ch, IOException x) { method in class:AsyncCloseAndInterrupt.Tester
487 caught(ch, x);
489 caught(ch, x);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java49 * thrown is declared or caught. Definite assignment analysis
62 * cause any exception to be "caught". For DA/DU analysis, the finally
147 * are known to be caught or declared to be caught in the enclosing
270 /** The list of exceptions that are either caught or declared to be
273 List<Type> caught; field in class:Flow
286 * statements are put here when not known to be caught. This
313 /** Complain that pending exceptions are not caught.
339 * is caught.
343 if (!chk.isHandled(exc, caught)) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java392 boolean caught = true; field in class:EventRequestManagerImpl.ExceptionRequestImpl
398 caught = notifyCaught;
408 create(exc, caught, uncaught));
418 return caught;

Completed in 249 milliseconds