Class TLVExceptionSubclass

  • All Implemented Interfaces:
    java.io.Serializable

    public class TLVExceptionSubclass
    extends TLVException
    TLVException represents a TLV-related exception.

    The API classes throw Java Card runtime environment-owned instances of TLVException.

    Java Card runtime environment-owned instances of exception classes are temporary Java Card runtime environment Entry Point Objects and can be accessed from any applet context. References to these temporary objects cannot be stored in class variables, instance variables, or array components.

    See Also:
    Serialized Form
    • Constructor Detail

      • TLVExceptionSubclass

        public TLVExceptionSubclass​(java.lang.String msg,
                                    short reason)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable