|
JMMF API pre-release v0.8 |
||||||||
| 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
|
+--fr.umlv.jmmf.reflect.MultipleMethodsException
Exception thrown if multiple matching methods could be called with the given parameter types.
| Constructor Summary | |
MultipleMethodsException()
construct a MultipleMatchingMethodsException without a message. |
|
MultipleMethodsException(java.lang.String message)
construct a MultipleMatchingMethodsException with a 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 MultipleMethodsException(java.lang.String message)
public MultipleMethodsException()
|
JMMF API pre-release v0.8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||