Home
last modified time | relevance | path

Searched refs:IntentionalException (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/eventbus/
DSubscriberTest.java76 assertThat(expected).hasCauseThat().isInstanceOf(IntentionalException.class); in testInvokeSubscriberMethod_exceptionWrapping()
125 throw new IntentionalException(); in exceptionThrowingMethod()
129 class IntentionalException extends Exception { class in SubscriberTest
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DSubscriberTest.java76 assertThat(expected).hasCauseThat().isInstanceOf(IntentionalException.class); in testInvokeSubscriberMethod_exceptionWrapping()
125 throw new IntentionalException(); in exceptionThrowingMethod()
129 class IntentionalException extends Exception { class in SubscriberTest