org.jicengine.operation
Class ReflectionUtils.NoMethodWithSuchParametersException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.NoSuchMethodException
              extended byorg.jicengine.operation.ReflectionUtils.NoMethodWithSuchParametersException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReflectionUtils

protected static class ReflectionUtils.NoMethodWithSuchParametersException
extends java.lang.NoSuchMethodException

Indicates that one or more methods with the right name were found but the method-parameters didn't match.

Author:
timo
See Also:
Serialized Form

Constructor Summary
ReflectionUtils.NoMethodWithSuchParametersException(java.lang.Class actorClass, java.lang.String methodName, java.lang.Object[] parameters)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionUtils.NoMethodWithSuchParametersException

public ReflectionUtils.NoMethodWithSuchParametersException(java.lang.Class actorClass,
                                                           java.lang.String methodName,
                                                           java.lang.Object[] parameters)