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


Copyright © 2004-2005 xframe. All Rights Reserved.