gov.sns.tools.reflect
Class Selector.MethodNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.reflect.Selector.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Selector

public class Selector.MethodNotFoundException
extends java.lang.RuntimeException

Exception thrown when no method could be found matching a target to the method name and argument types.

See Also:
Serialized Form

Constructor Summary
Selector.MethodNotFoundException(java.lang.String message)
           
 
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

Selector.MethodNotFoundException

public Selector.MethodNotFoundException(java.lang.String message)