public class ThrowableProxy extends Object implements IThrowableProxy
| Constructor and Description |
|---|
ThrowableProxy(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculatePackagingData() |
void |
fullDump() |
IThrowableProxy |
getCause() |
String |
getClassName() |
int |
getCommonFrames() |
String |
getMessage() |
PackagingDataCalculator |
getPackagingDataCalculator() |
StackTraceElementProxy[] |
getStackTraceElementProxyArray() |
IThrowableProxy[] |
getSuppressed() |
Throwable |
getThrowable() |
public ThrowableProxy(Throwable throwable)
public Throwable getThrowable()
public String getMessage()
getMessage in interface IThrowableProxypublic String getClassName()
getClassName in interface IThrowableProxypublic StackTraceElementProxy[] getStackTraceElementProxyArray()
getStackTraceElementProxyArray in interface IThrowableProxypublic int getCommonFrames()
getCommonFrames in interface IThrowableProxypublic IThrowableProxy getCause()
getCause in interface IThrowableProxypublic IThrowableProxy[] getSuppressed()
getSuppressed in interface IThrowableProxypublic PackagingDataCalculator getPackagingDataCalculator()
public void calculatePackagingData()
public void fullDump()
Copyright © 2005–2014 QOS.ch. All rights reserved.