public final class ThrowableProxy extends Object implements ch.qos.logback.classic.spi.IThrowableProxy
| Modifier and Type | Method and Description |
|---|---|
static ch.qos.logback.classic.spi.IThrowableProxy |
addSuppressed(ch.qos.logback.classic.spi.IThrowableProxy to,
ch.qos.logback.classic.spi.IThrowableProxy supressedProxy) |
void |
calculatePackagingData() |
static ThrowableProxy |
create(Throwable t) |
ch.qos.logback.classic.spi.IThrowableProxy |
getCause() |
String |
getClassName() |
int |
getCommonFrames() |
String |
getMessage() |
ch.qos.logback.classic.spi.PackagingDataCalculator |
getPackagingDataCalculator() |
ch.qos.logback.classic.spi.StackTraceElementProxy[] |
getStackTraceElementProxyArray() |
ch.qos.logback.classic.spi.IThrowableProxy[] |
getSuppressed() |
Throwable |
getThrowable() |
String |
toString() |
public static ThrowableProxy create(Throwable t)
public static ch.qos.logback.classic.spi.IThrowableProxy addSuppressed(ch.qos.logback.classic.spi.IThrowableProxy to,
ch.qos.logback.classic.spi.IThrowableProxy supressedProxy)
public Throwable getThrowable()
public String getMessage()
getMessage in interface ch.qos.logback.classic.spi.IThrowableProxypublic String getClassName()
getClassName in interface ch.qos.logback.classic.spi.IThrowableProxypublic ch.qos.logback.classic.spi.StackTraceElementProxy[] getStackTraceElementProxyArray()
getStackTraceElementProxyArray in interface ch.qos.logback.classic.spi.IThrowableProxypublic int getCommonFrames()
getCommonFrames in interface ch.qos.logback.classic.spi.IThrowableProxypublic ch.qos.logback.classic.spi.IThrowableProxy getCause()
getCause in interface ch.qos.logback.classic.spi.IThrowableProxypublic ch.qos.logback.classic.spi.IThrowableProxy[] getSuppressed()
getSuppressed in interface ch.qos.logback.classic.spi.IThrowableProxypublic ch.qos.logback.classic.spi.PackagingDataCalculator getPackagingDataCalculator()
public void calculatePackagingData()
Copyright © 2019 SPF4J. All rights reserved.