|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensync.tools.exception.OpenSyncException
org.opensync.tools.exception.APUserException
Class for catching the Runtime Exceptions such as IndexOutOfBound, Invalid Arithmetic Operation, Database Exceptions or the dreaded "NullPointerException!!!!" etc etc...
| Field Summary |
| Fields inherited from class org.opensync.tools.exception.OpenSyncException |
errorCode, errorMsg, usrMsg |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
APUserException(java.lang.String errorCode)
|
|
APUserException(java.lang.String errorCode,
java.lang.Throwable e)
Creates a APUserException. |
|
| Methods inherited from class org.opensync.tools.exception.OpenSyncException |
action, getCause, getCode, getUserMessage, log |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public APUserException(java.lang.String errorCode,
java.lang.Throwable e)
public APUserException(java.lang.String errorCode)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||