|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--multex.Jdk1_1CauseGetter
Describes, how to get the causing exception of any exception in JDK 1.1 with an accessible causing exception. For these few exceptions the causing exception is got by explicit call of the corresponding getter method, if such exists.
| Constructor Summary | |
Jdk1_1CauseGetter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Jdk1_1CauseGetter()
| 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 | |||||||||