|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ivata.mask.util.ThrowableHandling
Routines for handling exceptions.
Don't create an instance of this class; use the static final methods.
| Method Summary | |
static java.lang.Throwable |
getCause(java.lang.Throwable throwable)
If the parameter provided is a RemoteException, then
provide the original exception, otherwise just return this exception. |
static java.lang.String |
getRemoteMessage(java.lang.Throwable throwable)
If the parameter provided is a RemoteException, then
provide the message from the original exception, otherwise just return
the message of this exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.Throwable getCause(java.lang.Throwable throwable)
If the parameter provided is a RemoteException, then
provide the original exception, otherwise just return this exception.
throwable - throwable object to return the original exception for.
public static java.lang.String getRemoteMessage(java.lang.Throwable throwable)
If the parameter provided is a RemoteException, then
provide the message from the original exception, otherwise just return
the message of this exception.
throwable - throwable object to return the original exception message for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||