Package java.lang

Class Summary
Object Class Object is the root of the Java Card class hierarchy.
Throwable The Throwable class is the superclass of all errors and exceptions in the Java Card subset of the Java language.
 

Exception Summary
ArithmeticException A JCRE owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
ArrayIndexOutOfBoundsException A JCRE owned instance of IndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
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.
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.
Exception The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable applet might want to catch.
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.
NegativeArraySizeException A JCRE owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
NullPointerException A JCRE owned instance of NullPointerExceptionis thrown when an applet attempts to use null in a case where an object is required.
RuntimeException RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
SecurityException A JCRE owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
 



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