Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • 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