JMMF API
pre-release v0.6

fr.umlv.jmmf.reflect
Class MultipleMatchingMethodsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fr.umlv.jmmf.reflect.MultipleMatchingMethodsException
All Implemented Interfaces:
java.io.Serializable

public class MultipleMatchingMethodsException
extends java.lang.RuntimeException

Exception thrown if multiple matching methods could be called with the given parameter types.

Version:
0.5.7
Author:
Remi Forax
See Also:
Serialized Form

Constructor Summary
MultipleMatchingMethodsException(MultiMethod mm)
          construct a MultipleMatchingMethodException 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

MultipleMatchingMethodsException

public MultipleMatchingMethodsException(MultiMethod mm)
construct a MultipleMatchingMethodException with a message.

JMMF API
pre-release v0.6

Rémi Forax 1999,2000 Université de Marne la Vallée