public final class ThrowableProxyImpl extends Object implements ch.qos.logback.classic.spi.IThrowableProxy
| Constructor and Description |
|---|
ThrowableProxyImpl(ch.qos.logback.classic.spi.IThrowableProxy cause,
String className,
int commonFrames,
String message,
ch.qos.logback.classic.spi.StackTraceElementProxy[] stackTraceElementProxyArray,
ch.qos.logback.classic.spi.IThrowableProxy[] suppressed) |
| Modifier and Type | Method and Description |
|---|---|
ch.qos.logback.classic.spi.IThrowableProxy |
getCause() |
String |
getClassName() |
int |
getCommonFrames() |
String |
getMessage() |
ch.qos.logback.classic.spi.StackTraceElementProxy[] |
getStackTraceElementProxyArray() |
ch.qos.logback.classic.spi.IThrowableProxy[] |
getSuppressed() |
String |
toString() |
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.IThrowableProxyCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.