Uses of Class
org.fest.reflect.exception.ReflectionError
Packages that use ReflectionError
Package
Description
Provides a "fluent" API
for property access via the Bean Instrospection API.
Provides a "fluent" API
for field access via the Java Reflection API.
Provides a "fluent" API for
method invocation via the Java Reflection API.
-
Uses of ReflectionError in org.fest.reflect.beanproperty
Methods in org.fest.reflect.beanproperty that return ReflectionErrorModifier and TypeMethodDescriptionprivate static ReflectionError
Invoker.incorrectPropertyType
(String name, Object target, Class<?> actual, Class<?> expected) -
Uses of ReflectionError in org.fest.reflect.field
Methods in org.fest.reflect.field that return ReflectionErrorModifier and TypeMethodDescriptionprivate static ReflectionError
Invoker.incorrectFieldType
(Field field, Class<?> actual, Class<?> expected) -
Uses of ReflectionError in org.fest.reflect.method
Methods in org.fest.reflect.method that return ReflectionErrorModifier and TypeMethodDescriptionprivate ReflectionError
Invoker.cannotInvokeMethod
(Throwable cause, Object... args)