ch.qos.logback.classic.spi
Class ThrowableProxyVO
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
- IThrowableProxy, java.io.Serializable
public class ThrowableProxyVO
- extends java.lang.Object
- implements IThrowableProxy, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ThrowableProxyVO
public ThrowableProxyVO()
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface IThrowableProxy
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface IThrowableProxy
getCommonFrames
public int getCommonFrames()
- Specified by:
getCommonFrames
in interface IThrowableProxy
getCause
public IThrowableProxy getCause()
- Specified by:
getCause
in interface IThrowableProxy
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
- Specified by:
getStackTraceElementProxyArray
in interface IThrowableProxy
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
build
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)