public class ThrowableProxyVO extends Object implements IThrowableProxy, Serializable
| Constructor and Description |
|---|
ThrowableProxyVO() |
| Modifier and Type | Method and Description |
|---|---|
static ThrowableProxyVO |
build(IThrowableProxy throwableProxy) |
boolean |
equals(Object obj) |
IThrowableProxy |
getCause() |
String |
getClassName() |
int |
getCommonFrames() |
String |
getMessage() |
StackTraceElementProxy[] |
getStackTraceElementProxyArray() |
IThrowableProxy[] |
getSuppressed() |
int |
hashCode() |
public String getMessage()
getMessage in interface IThrowableProxypublic String getClassName()
getClassName in interface IThrowableProxypublic int getCommonFrames()
getCommonFrames in interface IThrowableProxypublic IThrowableProxy getCause()
getCause in interface IThrowableProxypublic StackTraceElementProxy[] getStackTraceElementProxyArray()
getStackTraceElementProxyArray in interface IThrowableProxypublic IThrowableProxy[] getSuppressed()
getSuppressed in interface IThrowableProxypublic static ThrowableProxyVO build(IThrowableProxy throwableProxy)
Copyright © 2005–2014 QOS.ch. All rights reserved.