JMMF API
pre-release v0.8

fr.umlv.jmmf.matcher
Class MatchingMethodInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fr.umlv.jmmf.matcher.MatchingMethodException
                          |
                          +--fr.umlv.jmmf.matcher.MatchingMethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MatchingMethodInvocationException
extends MatchingMethodException

This class is the same of InvocationTargetException but extends RuntimeException.

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

Constructor Summary
MatchingMethodInvocationException(java.lang.Exception e)
          construct a MatchingMethodInvocationException.
 
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

MatchingMethodInvocationException

public MatchingMethodInvocationException(java.lang.Exception e)
construct a MatchingMethodInvocationException.

JMMF API
pre-release v0.8

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