Class DoubleRangeViolationException

All Implemented Interfaces:
Serializable

public final class DoubleRangeViolationException extends RangeViolationException
Signals, that an attempt to write an DoubleField 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 DoubleField getFeature()
      Returns the field, that was attempted to be written.
      Overrides:
      getFeature in class RangeViolationException
    • getValue

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