Package ch.qos.logback.classic.spi
Class ThrowableProxyUtil
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Convert a throwable into an array of ThrowableDataPoint objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.static void
build
(ThrowableProxy nestedTP, Throwable nestedThrowable, ThrowableProxy parentTP) Deprecated.static void
indent
(StringBuilder buf, int indent) Deprecated.static void
subjoinFirstLine
(StringBuilder buf, IThrowableProxy tp) Deprecated.static void
Deprecated.static void
subjoinPackagingData
(StringBuilder builder, StackTraceElementProxy step) Deprecated.static void
subjoinSTEP
(StringBuilder sb, StackTraceElementProxy step) Deprecated.static void
subjoinSTEPArray
(StringBuilder sb, int indentLevel, IThrowableProxy tp) Deprecated.static void
Deprecated.Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
-
Field Details
-
REGULAR_EXCEPTION_INDENT
public static final int REGULAR_EXCEPTION_INDENTDeprecated.- See Also:
-
SUPPRESSED_EXCEPTION_INDENT
public static final int SUPPRESSED_EXCEPTION_INDENTDeprecated.- See Also:
-
-
Constructor Details
-
ThrowableProxyUtil
public ThrowableProxyUtil()Deprecated.
-
-
Method Details
-
build
public static void build(ThrowableProxy nestedTP, Throwable nestedThrowable, ThrowableProxy parentTP) Deprecated. -
asString
Deprecated. -
indent
Deprecated. -
subjoinPackagingData
Deprecated. -
subjoinSTEP
Deprecated. -
subjoinSTEPArray
Deprecated.Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.- Parameters:
sb
- The StringBuilder the STEPs are appended to.tp
- the IThrowableProxy containing the STEPs.
-
subjoinSTEPArray
Deprecated.- Parameters:
sb
- The StringBuilder the STEPs are appended to.indentLevel
- indentation level used for the STEPs, usually REGULAR_EXCEPTION_INDENT.tp
- the IThrowableProxy containing the STEPs.
-
subjoinFirstLine
Deprecated. -
subjoinFirstLineRootCauseFirst
Deprecated.
-