ch.qos.logback.classic.spi
Interface IThrowableProxy

All Known Implementing Classes:
ThrowableProxy, ThrowableProxyVO

public interface IThrowableProxy


Method Summary
 IThrowableProxy getCause()
           
 java.lang.String getClassName()
           
 int getCommonFrames()
           
 java.lang.String getMessage()
           
 StackTraceElementProxy[] getStackTraceElementProxyArray()
           
 

Method Detail

getMessage

java.lang.String getMessage()

getClassName

java.lang.String getClassName()

getStackTraceElementProxyArray

StackTraceElementProxy[] getStackTraceElementProxyArray()

getCommonFrames

int getCommonFrames()

getCause

IThrowableProxy getCause()