Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/handler/
DInvocationNotifierHandler.java50 } catch(Throwable listenerThrowable) { in notifyMethodCall()
51 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCall()
60 } catch(Throwable listenerThrowable) { in notifyMethodCallException()
61 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCallException()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java673 …eption invocationListenerThrewException(InvocationListener listener, Throwable listenerThrowable) { in invocationListenerThrewException() argument
676 …"threw an exception : " + listenerThrowable.getClass().getName() + listenerThrowable.getMessage())… in invocationListenerThrewException()