com.ibm.opencard.terminal.pcsc
Class PcscError

java.lang.Object
  extended by 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.1.1 2004/04/08 10:29:27 asc Exp $
Author:
Stephan Breideneich (sbreiden@de.ibm.com)

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.