|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mot.iden.t9.T9Exception
T9Exception allows for specialized Exceptions to be thrown from T9 objects.
Constructor Summary | |
T9Exception(java.lang.String s)
Initializes the T9Exception object. |
Method Summary | |
int |
getT9ErrorCode()
Returns the error code for this exception. |
void |
setT9ErrorCode(int errorCode)
Sets the value of T9ErrorCode to the value passed in. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 T9Exception(java.lang.String s)
Method Detail |
public void setT9ErrorCode(int errorCode)
errorCode
- the error code for this exceptionpublic int getT9ErrorCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |