com.mot.iden.t9
Class T9Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.mot.iden.t9.T9Exception
All Implemented Interfaces:
java.io.Serializable

public class T9Exception
extends java.lang.Exception

T9Exception allows for specialized Exceptions to be thrown from T9 objects.


MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
? Copyright 2001 Motorola, Inc. All Rights Reserved.

See Also:
Serialized Form

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

T9Exception

public T9Exception(java.lang.String s)
Initializes the T9Exception object.

Method Detail

setT9ErrorCode

public void setT9ErrorCode(int errorCode)
Sets the value of T9ErrorCode to the value passed in.

Parameters:
errorCode - the error code for this exception

getT9ErrorCode

public int getT9ErrorCode()
Returns the error code for this exception.

Returns:
the error code, 0 on Gemini product.