|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmultex.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 Util to get the cause
of a Throwable.
Util.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 | ||||||||||