com.lexicalscope.fluentreflection
Class MethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexicalscope.fluentreflection.ReflectionRuntimeException
com.lexicalscope.fluentreflection.MethodNotFoundException
- All Implemented Interfaces:
- Serializable
public class MethodNotFoundException
- extends ReflectionRuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodNotFoundException
public MethodNotFoundException()
MethodNotFoundException
public MethodNotFoundException(String message,
Throwable cause)
MethodNotFoundException
public MethodNotFoundException(String message)
MethodNotFoundException
public MethodNotFoundException(Throwable cause)
MethodNotFoundException
public MethodNotFoundException(Class<?> klass,
org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
getKlass
public Class<?> getKlass()
getMethodMatcher
public org.hamcrest.Matcher<? super ReflectedMethod> getMethodMatcher()
Copyright © 2011-2012 lexicalscope. All Rights Reserved.