com.lexicalscope.fluentreflection
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
                  extended by com.lexicalscope.fluentreflection.MethodNotFoundException
All Implemented Interfaces:
Serializable

public class MethodNotFoundException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
MethodNotFoundException()
           
MethodNotFoundException(Class<?> klass, org.hamcrest.Matcher<? super ReflectedMethod> methodMatcher)
           
MethodNotFoundException(String message)
           
MethodNotFoundException(String message, Throwable cause)
           
MethodNotFoundException(Throwable cause)
           
 
Method Summary
 Class<?> getKlass()
           
 org.hamcrest.Matcher<? super ReflectedMethod> getMethodMatcher()
           
 
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

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)
Method Detail

getKlass

public Class<?> getKlass()

getMethodMatcher

public org.hamcrest.Matcher<? super ReflectedMethod> getMethodMatcher()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.