Java Card
v2.2.2

java.lang
Class Exception

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

public class Exception
extends Throwable

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

This Java Card platform class's functionality is a strict subset of the definition in the JavaTM 2 Platform Standard Edition (J2SETM) API Specification.


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

Constructor Detail

Exception

public Exception()
Constructs an Exception instance.


Java Card
v2.2.2

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