|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--multex.Jdk1_4CauseGetter
ReflectionCauseGetter.
In the future, when only standard exception chaining à la Throwable.getCause()
will be used, then this CauseGetter will be the most efficient.
Describes, how to get the causing exception of any exception in JDK 1.4 with an accessible causing exception. For the exceptions in java.sql calls their method getNextException() or getNextWarning(), respectively. For all other exceptions uses the standard cause getter Throwable.getcause().
| Constructor Summary | |
Jdk1_4CauseGetter()
Deprecated. |
|
| Method Summary | |
java.lang.Throwable |
getCause(java.lang.Throwable i_throwable)
Deprecated. Returns the causing Throwable object of an i_throwable other than Failure, or null if not known |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Jdk1_4CauseGetter()
| Method Detail |
public java.lang.Throwable getCause(java.lang.Throwable i_throwable)
CauseGetter
getCause in interface CauseGetter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||