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
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 |
cardFile
protected CardFile cardFile
- Some additional information.
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)