Class LongRangeViolationException

All Implemented Interfaces:
Serializable

public final class LongRangeViolationException extends RangeViolationException
Signals, that an attempt to write an IntegerField has been failed, because the value to be written violated the range constraint on that field. This exception will be thrown by FunctionField.set(Item,Object) and item constructors.
Author:
Ralf Wiebicke
See Also:
  • Method Details

    • getFeature

      public LongField getFeature()
      Returns the field, that was attempted to be written.
      Overrides:
      getFeature in class RangeViolationException
    • getValue

      public long getValue()
      Returns the value, that was attempted to be written.