Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keypop.card.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException extends Exception
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 Details

    • ParseException

      public ParseException(String message)
      Parameters:
      message - The message to identify the exception context.
      Since:
      1.0.0
    • ParseException

      public ParseException(String message, Throwable cause)
      Parameters:
      message - The message to identify the exception context.
      cause - The cause.
      Since:
      1.0.0