Searched defs:exceptionClass (Results 1 – 5 of 5) sorted by relevance
813 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow815 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow()833 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow835 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
528 uint64_t exceptionClass, in handleActionValue()615 uint64_t exceptionClass, in handleLsda()800 uint64_t exceptionClass, in ourPersonality()
119 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException()
638 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local