public final class ExceptionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
serializeStackTraceElement(StackTraceElement ste) |
static String |
serializeStackTraceElement(StackTraceElement ste,
boolean compress) |
static <T> T |
sneakyThrow(Throwable t) |
static String |
toCompressedString(Throwable error) |
static String |
toString(Throwable error) |
public static String serializeStackTraceElement(StackTraceElement ste)
public static String serializeStackTraceElement(StackTraceElement ste, boolean compress)
public static <T> T sneakyThrow(Throwable t)
Copyright © 2022. All rights reserved.