public class DefaultThrowableProxy extends Object implements ThrowableProxy
| Constructor and Description |
|---|
DefaultThrowableProxy(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ThrowableProxy |
getCause() |
String |
getClassName() |
int |
getCommonFramesWithCause() |
String |
getMessage() |
StackTraceProxy |
getStackTrace() |
public DefaultThrowableProxy(Throwable throwable)
public String getClassName()
getClassName in interface ThrowableProxypublic String getMessage()
getMessage in interface ThrowableProxypublic ThrowableProxy getCause()
getCause in interface ThrowableProxypublic StackTraceProxy getStackTrace()
getStackTrace in interface ThrowableProxypublic int getCommonFramesWithCause()
getCommonFramesWithCause in interface ThrowableProxyCopyright © 2014. All rights reserved.