JMMF API
pre-release v0.4

fr.umlv.jmmf.reflect
Class NoMatchingMethodException

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

public class NoMatchingMethodException
extends java.lang.RuntimeException

Exception thrown if no matching method could be called with the given parameter types.

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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoMatchingMethodException(java.lang.String message)
          construct a NoMatchingMethodException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoMatchingMethodException

public NoMatchingMethodException(java.lang.String message)
construct a NoMatchingMethodException with a message.

JMMF API
pre-release v0.4

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