Searched defs:uncaught (Results 1 – 13 of 13) sorted by relevance
89 AtomicReference<Throwable> uncaught = new AtomicReference<>(); in testAsyncException() local
163 AtomicReference<Throwable> uncaught = new AtomicReference<>(); in testUncaughtException() local
84 public boolean uncaught; field in EventMod
124 boolean uncaught) { in setExceptionOnly()
1333 boolean uncaught) { in setException()1351 boolean uncaught) { in setException()
174 boolean uncaught) { in requestException()
136 jboolean uncaught; in readAndSetFilters() local
74 jboolean uncaught; member830 jboolean uncaught) in eventFilter_setExceptionOnlyFilter()
77 String exceptionClassSignature, boolean caught, boolean uncaught) { in createExceptionEventBuilder()
246 _PyXI_excinfo uncaught; member
392 boolean uncaught = true; field in EventRequestManagerImpl.ExceptionRequestImpl