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

    Fields
    Modifier and Type Field Description
    java.lang.Throwable failure
    Reason we couldn't retrieve the given field.
    java.lang.reflect.Field field
    Field whose value we're trying to retrieve from a class instance.
  • 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 field
      Field whose value we're trying to retrieve from a class instance.
    • failure

      public final java.lang.Throwable failure
      Reason we couldn't retrieve the given field.