Name

ClassNotFoundException

Synopsis

This exception signals that the class named by the argument of the Class forName() method was not found. This class is the same as its J2SE equivalent, apart from its inability to be serialized.

                  
public class ClassNotFoundException extends Exception {  
// Public Constructors
   public ClassNotFoundException();  
   public ClassNotFoundException( String s);  
}

Thrown By

Class.forName()

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.