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.java49 } catch(Throwable listenerThrowable) { in notifyMethodCall()
50 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCall()
59 } catch(Throwable listenerThrowable) { in notifyMethodCallException()
60 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCallException()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java692 …eption invocationListenerThrewException(InvocationListener listener, Throwable listenerThrowable) { in invocationListenerThrewException() argument
695 …"threw an exception : " + listenerThrowable.getClass().getName() + listenerThrowable.getMessage())… in invocationListenerThrewException()