multex
Interface CauseGetter

All Known Implementing Classes:
Jdk1_1CauseGetter, Jdk1_4CauseGetter, ReflectionCauseGetter

public interface CauseGetter

Describes, how to get the causing exception of a caused Throwable, which is not a subclass of Failure


Method Summary
 java.lang.Throwable getCause(java.lang.Throwable i_throwable)
          Returns the causing Throwable object of an i_throwable other than Failure, or null if not known
 

Method Detail

getCause

public java.lang.Throwable getCause(java.lang.Throwable i_throwable)
Returns the causing Throwable object of an i_throwable other than Failure, or null if not known