public class ThrowableProxyUtil extends Object
Modifier and Type | Field and Description |
---|---|
static int |
REGULAR_EXCEPTION_INDENT |
static int |
SUPPRESSED_EXCEPTION_INDENT |
Constructor and Description |
---|
ThrowableProxyUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
asString(IThrowableProxy tp) |
static void |
build(ThrowableProxy nestedTP,
Throwable nestedThrowable,
ThrowableProxy parentTP) |
static void |
subjoinFirstLine(StringBuilder buf,
IThrowableProxy tp) |
static void |
subjoinFirstLineRootCauseFirst(StringBuilder buf,
IThrowableProxy tp) |
static void |
subjoinPackagingData(StringBuilder builder,
StackTraceElementProxy step) |
static void |
subjoinSTEP(StringBuilder sb,
StackTraceElementProxy step) |
static void |
subjoinSTEPArray(StringBuilder sb,
int indentLevel,
IThrowableProxy tp) |
static void |
subjoinSTEPArray(StringBuilder sb,
IThrowableProxy tp)
Deprecated.
Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
|
public static final int REGULAR_EXCEPTION_INDENT
public static final int SUPPRESSED_EXCEPTION_INDENT
public static void build(ThrowableProxy nestedTP, Throwable nestedThrowable, ThrowableProxy parentTP)
public static String asString(IThrowableProxy tp)
public static void subjoinPackagingData(StringBuilder builder, StackTraceElementProxy step)
public static void subjoinSTEP(StringBuilder sb, StackTraceElementProxy step)
public static void subjoinSTEPArray(StringBuilder sb, IThrowableProxy tp)
sb
- The StringBuilder the STEPs are appended to.tp
- the IThrowableProxy containing the STEPs.public static void subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp)
sb
- The StringBuilder the STEPs are appended to.indentLevel
- indentation level used for the STEPs, usually either REGULAR_EXCEPTION_INDENT or SUPPRESSED_EXCEPTION_INDENT.tp
- the IThrowableProxy containing the STEPs.public static void subjoinFirstLine(StringBuilder buf, IThrowableProxy tp)
public static void subjoinFirstLineRootCauseFirst(StringBuilder buf, IThrowableProxy tp)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.