Package org.calypsonet.terminal.card.spi
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.calypsonet.terminal.card.spi.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.Exception
Indicates that the parsing of the card selection response has card failed.The most likely reason is that the select application command returned an invalid FCI structure.
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
ParseException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ParseException
public ParseException(java.lang.String message)
- Parameters:
message
- The message to identify the exception context.- Since:
- 1.0.0
-
ParseException
public ParseException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- The message to identify the exception context.cause
- The cause.- Since:
- 1.0.0
-
-