|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--multex.ReflectionCauseGetter
Describes, how to get the causing exception of any non-MulTEx-exception
in any JDK supporting reflection.
Reflection was introduced in JDK 1.1.
This is now the default CauseGetter used by class Failure to get the cause
of a Throwable.
for a consideration about future default use of it,
Failure.setCauseGetter(CauseGetter)| Constructor Summary | |
ReflectionCauseGetter()
|
|
| Method Summary | |
java.lang.Throwable |
getCause(java.lang.Throwable i_throwable)
Returns the cause of i_throwable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReflectionCauseGetter()
| Method Detail |
public java.lang.Throwable getCause(java.lang.Throwable i_throwable)
getCause in interface CauseGetter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||