final class ThrowableHelper extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
ThrowableHelper.Helper
Class for reflective access to
Throwable s. |
Modifier and Type | Field and Description |
---|---|
private static ThrowableHelper.Helper |
helper |
Modifier | Constructor and Description |
---|---|
private |
ThrowableHelper()
Construction forbidden.
|
Modifier and Type | Method and Description |
---|---|
private static ThrowableHelper.Helper |
getHelper() |
(package private) static void |
removeDetails(Throwable throwable,
ExceptionTruncation truncation) |
private static ThrowableHelper.Helper helper
private static ThrowableHelper.Helper getHelper()
ThrowableHelper.Helper
instance.static void removeDetails(Throwable throwable, ExceptionTruncation truncation)
throwable
- is the Throwable
to truncate.truncation
- the ExceptionTruncation
settings.NlsThrowable.createCopy(ExceptionTruncation)
Copyright © 2001–2016 mmm-Team. All rights reserved.