|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--openjava.mop.MOPException | +--openjava.mop.OJClassNotFoundException
The exception OJClassNotFoundException
is thrown
when an application tries to load in a class through its
string name using forName method in class OJClass. but no
definition for the class with the specifed name could be found.
Object
, Serialized FormConstructor Summary | |
OJClassNotFoundException()
|
|
OJClassNotFoundException(java.lang.String access)
|
Methods inherited from class openjava.mop.MOPException |
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public OJClassNotFoundException()
public OJClassNotFoundException(java.lang.String access)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |