com.lexicalscope.fluentreflection
Class FieldNotFoundException

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.FieldNotFoundException
All Implemented Interfaces:
Serializable

public class FieldNotFoundException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
FieldNotFoundException()
           
FieldNotFoundException(Class<?> klass, org.hamcrest.Matcher<? super FluentField> fieldMatcher)
           
FieldNotFoundException(String message)
           
FieldNotFoundException(String message, Throwable cause)
           
FieldNotFoundException(Throwable cause)
           
 
Method Summary
 org.hamcrest.Matcher<? super FluentField> getFieldMatcher()
           
 Class<?> getKlass()
           
 
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

FieldNotFoundException

public FieldNotFoundException()

FieldNotFoundException

public FieldNotFoundException(String message,
                              Throwable cause)

FieldNotFoundException

public FieldNotFoundException(String message)

FieldNotFoundException

public FieldNotFoundException(Throwable cause)

FieldNotFoundException

public FieldNotFoundException(Class<?> klass,
                              org.hamcrest.Matcher<? super FluentField> fieldMatcher)
Method Detail

getKlass

public Class<?> getKlass()

getFieldMatcher

public org.hamcrest.Matcher<? super FluentField> getFieldMatcher()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.