java.lang
Class Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
Direct Known Subclasses:
CardException, RuntimeException

public class Exception
extends Throwable

The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable applet might want to catch.

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


Constructor Summary
Exception()
          Constructs an Exception instance.
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

Exception

public Exception()
Constructs an Exception instance.



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