Searched defs:uncaught (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DEventRequestImpl.c136 jboolean uncaught; local
143 uncaught = inStream_readBoolean(in);
148 exception, caught, uncaught));
H A DeventFilter.c74 jboolean uncaught; member in struct:ExceptionFilter
446 /* do we want caught/uncaught exceptions */
448 filter->u.ExceptionOnly.uncaught :
830 jboolean uncaught)
850 filter->uncaught = uncaught;
827 eventFilter_setExceptionOnlyFilter(HandlerNode *node, jint index, jclass exceptionClass, jboolean caught, jboolean uncaught) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java111 final boolean uncaught; field in class:ExceptionEvents
119 boolean caught, boolean uncaught,
125 this.uncaught = uncaught;
147 System.err.println(" caught|uncaught|neither all|thread|none <TargetClass> <Exception>|null");
253 * Target throws uncaught exception.
254 * Events if uncaught enabled.
290 boolean caught, boolean uncaught) throws Exception {
293 caught, uncaught, globalSuspendPolicy);
296 caught, uncaught, EventReques
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/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java393 boolean uncaught = true; field in class:EventRequestManagerImpl.ExceptionRequestImpl
399 uncaught = notifyUncaught;
408 create(exc, caught, uncaught));
422 return uncaught;

Completed in 37 milliseconds