Class Selector.MethodNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.reflect.Selector.MethodNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
Selector

public static class Selector.MethodNotFoundException extends RuntimeException
Exception thrown when no method could be found matching a target to the method name and argument types.
See Also:
  • Constructor Details

    • MethodNotFoundException

      public MethodNotFoundException(String message, Throwable cause)