Uses of Class
openjava.mop.OJClassNotFoundException

Packages that use OJClassNotFoundException
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
 

Uses of OJClassNotFoundException in openjava.mop
 

Methods in openjava.mop that throw OJClassNotFoundException
static OJClass OJClass.forName(java.lang.String name)
          Returns the OJClass object associated with the class with the given string name.