Java Card 2.1 Platform
Final Revision 1.0

java.lang
Class RuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
Direct Known Subclasses:
ArithmeticException, ArrayStoreException, CardRuntimeException, ClassCastException, IndexOutOfBoundsException, NegativeArraySizeException, NullPointerException, SecurityException

public class RuntimeException
extends Exception

RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.

A method is not required to declare in its throws clause any subclasses of RuntimeException that might be thrown during the execution of the method but not caught.

This Java Card class's functionality is a strict subset of the definition in the Java Platform Core API Specification.


Constructor Summary
RuntimeException()
          Constructs a RuntimeException instance.
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

RuntimeException

public RuntimeException()
Constructs a RuntimeException instance.

Submit a bug or feature

Java and Java Card are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc.
901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
All Rights Reserved.