|
|||||||||
| 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.io.IOException
opencard.core.OpenCardException
opencard.core.terminal.CardTerminalException
opencard.core.terminal.CardNotPresentException
public class CardNotPresentException
Thrown when a card should be inserted in one of the slots but is not present.
| Constructor Summary | |
|---|---|
CardNotPresentException(java.lang.String msg,
CardTerminal theTerminal,
int theSlot)
CardNotPresentException is thrown when a card expected in a slot is not found. |
|
CardNotPresentException(java.lang.String msg,
CardTerminal theTerminal,
Slot theSlot)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class opencard.core.terminal.CardTerminalException |
|---|
getCardTerminal, getSlot |
| 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 |
| Constructor Detail |
|---|
public CardNotPresentException(java.lang.String msg,
CardTerminal theTerminal,
int theSlot)
msg - text with more informations about the thrown exceptiontheTerminal - the CardTerminal as origin of the exceptiontheSlot - the slot number as origin of the exception
public CardNotPresentException(java.lang.String msg,
CardTerminal theTerminal,
Slot theSlot)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||