|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
opencard.opt.iso.fs.CardIOException
public class CardIOException
CardIOException is the base class for all CardIO related exceptions.
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)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected CardFile cardFile
Constructor Detail |
---|
public CardIOException()
public CardIOException(java.lang.String message)
message
- a more detailed description of the exceptionpublic CardIOException(java.lang.String message, CardFile cardFile)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |