opencard.opt.iso.fs
Class CardIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--opencard.opt.iso.fs.CardIOException

public class CardIOException
extends java.lang.RuntimeException

CardIOException is the base class for all CardIO related exceptions.

See Also:
Serialized Form

Field Summary
protected  CardFile cardFile
          Some additional information.
 
Constructor Summary
CardIOException()
          The default constructor.
CardIOException(java.lang.String message)
          Give a message.
CardIOException(java.lang.String message, CardFile cardFile)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cardFile

protected CardFile cardFile
Some additional information.
Constructor Detail

CardIOException

public CardIOException()
The default constructor.

CardIOException

public CardIOException(java.lang.String message)
Give a message.
Parameters:
message - a more detailed description of the exception

CardIOException

public CardIOException(java.lang.String message,
                       CardFile cardFile)