ch.qos.logback.classic.spi
Class ThrowableProxyUtil
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyUtil
public class ThrowableProxyUtil
- extends java.lang.Object
Convert a throwable into an array of ThrowableDataPoint objects.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableProxyUtil
public ThrowableProxyUtil()
build
public static void build(ThrowableProxy nestedTP,
java.lang.Throwable nestedThrowable,
ThrowableProxy parentTP)
asString
public static java.lang.String asString(IThrowableProxy tp)
subjoinPackagingData
public static void subjoinPackagingData(java.lang.StringBuilder builder,
StackTraceElementProxy step)
subjoinSTEP
public static void subjoinSTEP(java.lang.StringBuilder sb,
StackTraceElementProxy step)
subjoinSTEPArray
public static void subjoinSTEPArray(java.lang.StringBuilder sb,
IThrowableProxy tp)
subjoinFirstLine
public static void subjoinFirstLine(java.lang.StringBuilder buf,
IThrowableProxy tp)
subjoinFirstLineRootCauseFirst
public static void subjoinFirstLineRootCauseFirst(java.lang.StringBuilder buf,
IThrowableProxy tp)