public class ThrowableProxyVO extends java.lang.Object implements IThrowableProxy, java.io.Serializable
Constructor and Description |
---|
ThrowableProxyVO() |
Modifier and Type | Method and Description |
---|---|
static ThrowableProxyVO |
build(IThrowableProxy throwableProxy) |
boolean |
equals(java.lang.Object obj) |
IThrowableProxy |
getCause() |
java.lang.String |
getClassName() |
int |
getCommonFrames() |
java.lang.String |
getMessage() |
StackTraceElementProxy[] |
getStackTraceElementProxyArray() |
IThrowableProxy[] |
getSuppressed() |
int |
hashCode() |
public java.lang.String getMessage()
getMessage
in interface IThrowableProxy
public java.lang.String getClassName()
getClassName
in interface IThrowableProxy
public int getCommonFrames()
getCommonFrames
in interface IThrowableProxy
public IThrowableProxy getCause()
getCause
in interface IThrowableProxy
public StackTraceElementProxy[] getStackTraceElementProxyArray()
getStackTraceElementProxyArray
in interface IThrowableProxy
public IThrowableProxy[] getSuppressed()
getSuppressed
in interface IThrowableProxy
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)
Copyright © 2010 - 2020 Adobe. All Rights Reserved