multex
Class Jdk1_1CauseGetter
java.lang.Object
|
+--multex.Jdk1_1CauseGetter
- All Implemented Interfaces:
- CauseGetter
Deprecated. Since MulTEx 5: Preferably use the ReflectionCauseGetter
, which
is default since MulTEx 3e.
- public class Jdk1_1CauseGetter
- extends java.lang.Object
- implements CauseGetter
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. The exceptions are java.lang.reflect.InvocationTargetException,
ExceptionInInitializerError, java.sql.SQLWarning, java.sql.SQLException.
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 |
Jdk1_1CauseGetter
public Jdk1_1CauseGetter()
- Deprecated.
getCause
public java.lang.Throwable getCause(java.lang.Throwable i_throwable)
- Deprecated.
- Description copied from interface:
CauseGetter
- Returns the causing Throwable object of an i_throwable other than Failure,
or null if not known
- Specified by:
getCause
in interface CauseGetter