|
PDAP Public Review Draft | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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:
java.lang.reflect.InvocationTargetException
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 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |