Class IntegerRangeViolationException

All Implemented Interfaces:
Serializable

public final class IntegerRangeViolationException 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 IntegerField getFeature()
      Returns the field, that was attempted to be written.
      Overrides:
      getFeature in class RangeViolationException
    • getValue

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