Class FloatFieldOutOfRange

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final double value
      • min

        public final double min
      • max

        public final double max
    • Constructor Detail

      • FloatFieldOutOfRange

        public FloatFieldOutOfRange​(int atOffset,
                                    NonStaticFieldInfo fieldInfo,
                                    double value,
                                    double min,
                                    double max)