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