ch.qos.logback.classic.spi
Interface IThrowableProxy

All Known Implementing Classes:
ThrowableProxy, ThrowableProxyVO

public interface IThrowableProxy


Method Summary
 IThrowableProxy getCause()
           
 String getClassName()
           
 int getCommonFrames()
           
 String getMessage()
           
 StackTraceElementProxy[] getStackTraceElementProxyArray()
           
 IThrowableProxy[] getSuppressed()
           
 

Method Detail

getMessage

String getMessage()

getClassName

String getClassName()

getStackTraceElementProxyArray

StackTraceElementProxy[] getStackTraceElementProxyArray()

getCommonFrames

int getCommonFrames()

getCause

IThrowableProxy getCause()

getSuppressed

IThrowableProxy[] getSuppressed()


Copyright © 2005-2013 QOS.ch. All Rights Reserved.