Java Card
v2.2.2

Uses of Class
javacard.framework.SystemException

Packages that use SystemException
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacardx.framework.util.intx Extension package that contains common utility functions for using int components. 
 

Uses of SystemException in javacard.framework
 

Methods in javacard.framework that throw SystemException
static short JCSystem.getAvailableMemory(byte memoryType)
          Obtains the amount of memory of the specified type that is available to the applet.
static boolean[] JCSystem.makeTransientBooleanArray(short length, byte event)
          Creates a transient boolean array with the specified array length.
static byte[] JCSystem.makeTransientByteArray(short length, byte event)
          Creates a transient byte array with the specified array length.
static Object[] JCSystem.makeTransientObjectArray(short length, byte event)
          Creates a transient array of Object with the specified array length.
static short[] JCSystem.makeTransientShortArray(short length, byte event)
          Creates a transient short array with the specified array length.
protected  void Applet.register()
          This method is used by the applet to register this applet instance with the Java Card runtime environment and to assign the Java Card platform name of the applet as its instance AID bytes.
protected  void Applet.register(byte[] bArray, short bOffset, byte bLength)
          This method is used by the applet to register this applet instance with the Java Card runtime environment and assign the specified AID bytes as its instance AID bytes.
static void JCSystem.requestObjectDeletion()
          This method is invoked by the applet to trigger the object deletion service of the Java Card runtime environment.
static void SystemException.throwIt(short reason)
          Throws the Java Card runtime environment-owned instance of SystemException with the specified reason.
 

Constructors in javacard.framework that throw SystemException
AID(byte[] bArray, short offset, byte length)
          The Java Card runtime environment uses this constructor to create a new AID instance encapsulating the specified AID bytes.
 

Uses of SystemException in javacardx.framework.util.intx
 

Methods in javacardx.framework.util.intx that throw SystemException
static int[] JCint.makeTransientIntArray(short length, byte event)
          Creates a transient int array with the specified array length.
 


Java Card
v2.2.2

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