Exception Summary |
AmbiguousClassesException |
The exception AmbiguousClassesException is thrown if the
additional OJClass object has the same name with another
OJClass object's. |
CannotAlterException |
CannotAlterException is thrown if the requested change cannot be
performed on the class object, the method object, or the field object. |
CannotExecuteException |
CannotExecuteException is thrown if the requested introspection
cannot be performed on the class object, the method object, or
the field object, which needs a java's Class object not available. |
CannotInspectException |
The exception CannotInspectException is thrown if the
requested introspection cannot be performed on the class object,
the method object, or the field object. |
MOPException |
MOPException is thrown if the requested introspection or intercession
cannot be performed on the class, field, method or constructor object. |
NoSuchMemberException |
The exception NoSuchMemberException is thrown
when the requested class object does not have the coressponding
member. |
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. |