public class ExceptionHandlerRewriter extends java.lang.Object implements Rewriter<ExceptionHandler>
| Modifier and Type | Class and Description |
|---|---|
protected class |
ExceptionHandlerRewriter.RewrittenExceptionHandler |
| Constructor and Description |
|---|
ExceptionHandlerRewriter(Rewriters rewriters) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
rewrite(ExceptionHandler value) |
@Nonnull protected final Rewriters rewriters
public ExceptionHandlerRewriter(@Nonnull
Rewriters rewriters)
@Nonnull public ExceptionHandler rewrite(@Nonnull ExceptionHandler value)
rewrite in interface Rewriter<ExceptionHandler>