public class ExceptionUtils extends Object
| Constructor and Description |
|---|
ExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildMessageFromThrowable(Throwable throwable)
Build a message from a
Throwable. |
static void |
removeStackTraces(Throwable throwable)
Remove all the stack traces from a
Throwable. |
Copyright © 2021 Crabs Hue. All rights reserved.