public interface ExceptionRefiner
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExceptionRefiner.NoOp
A NoOp implementation for the
ExceptionRefiner. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
refine(Throwable exception)
Performs the actual mechanics of exception transformation.
|
Copyright © 2019. All rights reserved.