OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

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 $

Constructor Summary
PcscError()
           
 
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
 

Constructor Detail

PcscError

public PcscError()
Method Detail

getMessage

public static java.lang.String getMessage(int errorCode)
returns the associated message to the error code.