|
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
|
+--java.lang.RuntimeException
|
+--fr.umlv.jmmf.matcher.MatchingMethodException
|
+--fr.umlv.jmmf.matcher.MultipleMatchingMethodsException
Exception thrown if multiple matching methods could be called with the given parameter types.
| Constructor Summary | |
MultipleMatchingMethodsException(java.lang.Exception e)
construct a MultipleMatchingMethodsException with an exception. |
|
MultipleMatchingMethodsException(java.lang.String message)
construct a MultipleMatchingMethodsException with a message. |
|
| Methods inherited from class fr.umlv.jmmf.matcher.MatchingMethodException |
getTargetException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MultipleMatchingMethodsException(java.lang.String message)
public MultipleMatchingMethodsException(java.lang.Exception e)
|
JMMF API pre-release v0.8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||