com.lexicalscope.fluentreflection
Class FieldNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexicalscope.fluentreflection.ReflectionRuntimeException
com.lexicalscope.fluentreflection.FieldNotFoundException
- All Implemented Interfaces:
- Serializable
public class FieldNotFoundException
- extends ReflectionRuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getKlass
public Class<?> getKlass()
getFieldMatcher
public org.hamcrest.Matcher<? super FluentField> getFieldMatcher()
Copyright © 2011-2012 lexicalscope. All Rights Reserved.