public abstract class XException extends Object
| Constructor and Description |
|---|
XException() |
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
getCause(Throwable t) |
static RuntimeException |
runtimeException(Throwable t) |
static StackTraceElement |
stackTraceFirstElement(Throwable t,
String packageName) |
static String |
toString(Exception e) |
public static RuntimeException runtimeException(Throwable t)
public static StackTraceElement stackTraceFirstElement(Throwable t, String packageName)
Copyright © 2023. All rights reserved.