|
||||||||||
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 | +--koala.dynamicjava.util.AmbiguousFieldException
This exception is thrown when a lookup for a field is ambiguous.
Constructor Summary | |
AmbiguousFieldException()
Constructs an AmbiguousFieldException with no detail message. |
|
AmbiguousFieldException(java.lang.String s)
Constructs an AmbiguousFieldException with the specified
detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AmbiguousFieldException()
AmbiguousFieldException
with no detail message.public AmbiguousFieldException(java.lang.String s)
AmbiguousFieldException
with the specified
detail message.s
- the detail message (a key in a resource file).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |