Package | Description |
---|---|
org.spf4j.base |
Modifier and Type | Method and Description |
---|---|
static Throwables.PackageDetail |
Throwables.PackageDetail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Throwables.PackageDetail[] |
Throwables.PackageDetail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Throwables.toString(Throwable t,
Throwables.PackageDetail detail) |
static String |
Throwables.toString(Throwable t,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
static StringBuilder |
Throwables.toStringBuilder(Throwable t,
Throwables.PackageDetail detail) |
static StringBuilder |
Throwables.toStringBuilder(Throwable t,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
static void |
Throwables.writeTo(StackTraceElement[] trace,
Appendable to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
static void |
Throwables.writeTo(StackTraceElement[] trace,
Appendable to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement,
String prefix) |
static void |
Throwables.writeTo(StackTraceElement element,
StackTraceElement previous,
Appendable to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
static void |
Throwables.writeTo(Throwable t,
Appendable to,
Throwables.PackageDetail detail) |
static void |
Throwables.writeTo(Throwable t,
Appendable to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
static void |
Throwables.writeTo(Throwable t,
Appendable to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement,
String prefix) |
static void |
Throwables.writeTo(Throwable t,
Appendable to,
Throwables.PackageDetail detail,
String prefix) |
static void |
Throwables.writeTo(Throwable t,
PrintStream to,
Throwables.PackageDetail detail) |
static void |
Throwables.writeTo(Throwable t,
PrintStream to,
Throwables.PackageDetail detail,
boolean abbreviatedTraceElement) |
Copyright © 2018 SPF4J. All rights reserved.