com.sun.javacard.javax.smartcard.rmiclient
Class TLVExceptionSubclass

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javacard.framework.CardRuntimeException
                  extended by javacardx.framework.tlv.TLVException
                      extended by com.sun.javacard.javax.smartcard.rmiclient.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

Field Summary
 
Fields inherited from class javacardx.framework.tlv.TLVException
EMPTY_TAG, EMPTY_TLV, ILLEGAL_SIZE, INSUFFICIENT_STORAGE, INVALID_PARAM, MALFORMED_TAG, MALFORMED_TLV, TAG_NUMBER_GREATER_THAN_32767, TAG_SIZE_GREATER_THAN_127, TLV_LENGTH_GREATER_THAN_32767, TLV_SIZE_GREATER_THAN_32767
 
Constructor Summary
TLVExceptionSubclass(java.lang.String msg, short reason)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class javacardx.framework.tlv.TLVException
throwIt
 
Methods inherited from class javacard.framework.CardRuntimeException
getReason, setReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

TLVExceptionSubclass

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

getMessage

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


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.