Searched defs:exceptionHandler (Results 1 – 5 of 5) sorted by relevance
52 @Nonnull protected ExceptionHandler exceptionHandler; field in ExceptionHandlerRewriter.RewrittenExceptionHandler54 public RewrittenExceptionHandler(@Nonnull ExceptionHandler exceptionHandler) { in RewrittenExceptionHandler()
55 public void setDelegate(ExceptionHandler exceptionHandler) { in setDelegate()
118 ExceptionHandler exceptionHandler = exceptionHandlers.get(0).getExceptionHandlers().get(0); in testFixOffsets() local
52 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { in of()
44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock