org.jicengine.operation
Class ReflectionUtils.NoSuchMethodException

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

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

Author:
timo
See Also:
Serialized Form

Constructor Summary
ReflectionUtils.NoSuchMethodException(java.lang.Class actorClass, java.lang.String methodName)
           
 
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.NoSuchMethodException

public ReflectionUtils.NoSuchMethodException(java.lang.Class actorClass,
                                             java.lang.String methodName)