Java Card
v2.2.1

Uses of Class
java.lang.Exception

Packages that use Exception
java.io A subset of the java.io package in the standard Java programming language. 
java.lang Provides classes that are fundamental to the design of the Java Card technology subset of the Java programming language. 
java.rmi The java.rmi package defines the Remote interface which identifies interfaces whose methods can be invoked from card acceptance device (CAD) client applications. 
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacard.framework.service Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. 
javacard.security Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. 
 

Uses of Exception in java.io
 

Subclasses of Exception in java.io
 class IOException
          A Java Card runtime environment-owned instance of IOException is thrown to signal that an I/O exception of some sort has occurred.
 

Uses of Exception in java.lang
 

Subclasses of Exception in java.lang
 class ArithmeticException
          A Java Card runtime environment-owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
 class ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
 class ArrayStoreException
          A Java Card runtime environment-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 Java Card runtime environment-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 Java Card runtime environment-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 Java Card runtime environment-owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
 class NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is 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 Java Card runtime environment-owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
 

Uses of Exception in java.rmi
 

Subclasses of Exception in java.rmi
 class RemoteException
          A Java Card runtime environment-owned instance of RemoteException is thrown to indicate that a communication-related exception has occurred during the execution of a remote method call.
 

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.framework.service
 

Subclasses of Exception in javacard.framework.service
 class ServiceException
          ServiceException represents a service framework-related exception.
 

Methods in javacard.framework.service that return Exception
 Exception Dispatcher.dispatch(APDU command, byte phase)
          Manages the processing of the command in the APDU object.
 

Uses of Exception in javacard.security
 

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


Java Card
v2.2.1

Copyright © 1993-2003 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.