Package org.eclipse.keypop.card
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keypop.card.ParseException
- All Implemented Interfaces:
Serializable
Indicates that the parsing of the card selection response has failed.
The most likely reason is that the select application command returned an invalid FCI structure.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionParseException
(String message) ParseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
- Parameters:
message
- The message to identify the exception context.- Since:
- 1.0.0
-
ParseException
- Parameters:
message
- The message to identify the exception context.cause
- The cause.- Since:
- 1.0.0
-