Searched refs:listenerThrowable (Results 1 – 2 of 2) sorted by relevance
49 } 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()
692 …eption invocationListenerThrewException(InvocationListener listener, Throwable listenerThrowable) { in invocationListenerThrewException() argument695 …"threw an exception : " + listenerThrowable.getClass().getName() + listenerThrowable.getMessage())… in invocationListenerThrewException()