Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved.

MID Profile

Uses of Class
java.lang.ClassNotFoundException

Packages that use ClassNotFoundException
java.lang Provides classes that are fundamental to the Java programming language. 
javax.microedition.io Classes for the Generic Connection framework. 
 

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,