com.ibm.opencard.terminal.pcsc
Class PcscError
java.lang.Object
|
+--com.ibm.opencard.terminal.pcsc.PcscError
- public class PcscError
- extends java.lang.Object
returns text message from given PCSC error code
- Version:
- $Id: PcscError.java,v 1.1 1999/12/02 16:06:11 damke Exp $
|
Method Summary |
static java.lang.String |
getMessage(int errorCode)
returns the associated message to the error code. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PcscError
public PcscError()
getMessage
public static java.lang.String getMessage(int errorCode)
- returns the associated message to the error code.
|