Uses of Class
java.lang.Exception

Packages that use Exception
java.lang   
javacard.framework   
javacard.security   
 

Uses of Exception in java.lang
 

Subclasses of Exception in java.lang
 class ArithmeticException
          A JCRE owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
 class ArrayIndexOutOfBoundsException
          A JCRE owned instance of IndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
 class ArrayStoreException
          A JCRE owned instance of ArrayStoreException is thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
 class ClassCastException
          A JCRE owned instance of ClassCastException is thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
 class IndexOutOfBoundsException
          A JCRE owned instance of IndexOutOfBoundsException is thrown to indicate that an index of some sort (such as to an array) is out of range.
 class NegativeArraySizeException
          A JCRE owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
 class NullPointerException
          A JCRE owned instance of NullPointerExceptionis thrown when an applet attempts to use null in a case where an object is required.
 class RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
 class SecurityException
          A JCRE owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
 

Uses of Exception in javacard.framework
 

Subclasses of Exception in javacard.framework
 class APDUException
          APDUException represents an APDU related exception.
 class CardException
          The CardException class defines a field reason and two accessor methods getReason() and setReason().
 class CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
 class ISOException
          ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
 class PINException
          PINException represents a OwnerPIN class access-related exception.
 class SystemException
          SystemException represents a JCSystem class related exception.
 class TransactionException
          TransactionException represents an exception in the transaction subsystem.
 class UserException
          UserException represents a User exception.
 

Uses of Exception in javacard.security
 

Subclasses of Exception in javacard.security
 class CryptoException
          CryptoException represents a cryptography-related exception.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.