Uses of Class
javacard.framework.SystemException

Packages that use SystemException
javacard.framework   
 

Uses of SystemException in javacard.framework
 

Methods in javacard.framework that throw SystemException
static boolean[] JCSystem.makeTransientBooleanArray(short length, byte event)
          Create a transient boolean array with the specified array length.
static byte[] JCSystem.makeTransientByteArray(short length, byte event)
          Create a transient byte array with the specified array length.
static short[] JCSystem.makeTransientShortArray(short length, byte event)
          Create a transient short array with the specified array length.
static Object[] JCSystem.makeTransientObjectArray(short length, byte event)
          Create a transient array of Object with the specified array length.
protected  void Applet.register()
          This method is used by the applet to register this applet instance with the JCRE and to assign the Java Card 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 JCRE and assign the specified AID bytes as its instance AID bytes.
 

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



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