public final class ThrowableMapper extends Object
Any Throwable which either is, or contains, a Throwable which is not in the allowed packages is converted.
| Constructor and Description |
|---|
ThrowableMapper(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
map()
Map the original Throwable to one that is non-proprietary (standard).
|
static Throwable |
map(Throwable t) |
public ThrowableMapper(Throwable t)
public Throwable map()
Copyright © 2017. All rights reserved.