Package org.reldb.wrapd.sqldb
Class UpdatableTuple.FieldGetFailure
java.lang.Object
org.reldb.wrapd.sqldb.UpdatableTuple.FieldGetFailure
- Enclosing class:
- UpdatableTuple
public static class UpdatableTuple.FieldGetFailure
extends java.lang.Object
Failure to retrieve a Field.
-
Field Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
field
public final java.lang.reflect.Field fieldField whose value we're trying to retrieve from a class instance. -
failure
public final java.lang.Throwable failureReason we couldn't retrieve the given field.
-