PDAP Public Review Draft

Package java.lang.reflect

Contains Java language classes used for reflection included from the Java 2 Standard Edition java.lang.reflect package.

See:
          Description

Exception Summary
InvocationTargetException InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
 

Package java.lang.reflect Description

Contains Java language classes used for reflection included from the Java 2 Standard Edition java.lang.reflect package. In addition to the java.lang.reflect classes specified in the Connected Limited Device Configuration (CLDC) 1.1 and the Mobile Information Device Profile (MIDP) 1.0, the PDA Profile includes the following classes from Java 2 Standard Edition to support AWT within the CLDC framework:

The inclusion of these classes does not imply that reflection is supported. These classes are included only to support AWT and its method signatures (e.g. InvocationTargetException is thrown by class EventQueue).


PDAP 1.0 Spec, Rev. 0.16