Lines Matching defs:exc
123 Throwable exc)
125 if (exc == null) {
128 handler.failed(exc, attachment);
142 Throwable exc)
145 Invoker.invokeUnchecked(handler, attachment, result, exc);
157 Throwable exc)
173 invokeDirect(thisGroupAndInvokeCount, handler, attachment, result, exc);
176 invokeIndirectly(channel, handler, attachment, result, exc);
182 handler, attachment, result, exc);
197 final Throwable exc)
206 invokeUnchecked(handler, attachment, result, exc);
220 final Throwable exc,
226 invokeUnchecked(handler, attachment, value, exc);