header

net.sf.xframe.ex
Interface CascadingThrowable


public interface CascadingThrowable

Interface which all cascadign throwables should implement. Allows recording of nested exceptions.

Author:
Kurt Riede

Method Summary
 java.lang.Throwable getCause()
          Returns the root cause of this Throwable.
 

Method Detail

getCause

public java.lang.Throwable getCause()
Returns the root cause of this Throwable.

Returns:
a Throwable

header

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.