365366367368369370371372373374375
for ( String n : interceptorNames ) { Interceptor i = ensureInterceptor( n ); try { i.preInvoke( this, m, args ); } catch (InterceptorPivotException ipe) { ipe.setInterceptorName(n); throw ipe;
403404405406407408409410411412413
393394395396397398399400401402403