MID Profile

Uses of Class
java.lang.ClassNotFoundException

Packages that use ClassNotFoundException
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
javax.microedition.io MID Profile includes networking support based on the Generic Connection framework from the Connected, Limited Device Configuration
 

Uses of ClassNotFoundException in java.lang
 

Methods in java.lang that throw ClassNotFoundException
static Class Class.forName(String className)
          Returns the Class object associated with the class with the given string name.
 

Uses of ClassNotFoundException in javax.microedition.io
 

Methods in javax.microedition.io that throw ClassNotFoundException
static void PushRegistry.registerConnection(String connection, String midlet, String filter)
          Register a dynamic connection with the application management software.
static long PushRegistry.registerAlarm(String midlet, long time)
          Register a time to launch the specified application.
 


MID Profile

Submit a comment or suggestion Version 2.0 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.