|
|||||||||
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.NoSuchMemberException
The exception NoSuchMemberException
is thrown
when the requested class object does not have the coressponding
member.
Object
, Serialized FormConstructor Summary | |
NoSuchMemberException()
|
|
NoSuchMemberException(java.lang.Exception e)
|
|
NoSuchMemberException(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 NoSuchMemberException()
public NoSuchMemberException(java.lang.Exception e)
public NoSuchMemberException(java.lang.String access)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |