JMMF API
pre-release v0.8

fr.umlv.jmmf.reflect
Class MultipleMethodsException

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

public class MultipleMethodsException
extends java.lang.Exception

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

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

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

MultipleMethodsException

public MultipleMethodsException(java.lang.String message)
construct a MultipleMatchingMethodsException with a message.

MultipleMethodsException

public MultipleMethodsException()
construct a MultipleMatchingMethodsException without a message.

JMMF API
pre-release v0.8

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