Class DoubleNaNException

All Implemented Interfaces:
Serializable

public final class DoubleNaNException extends ConstraintViolationException
Signals, that an attempt to write an DoubleField has been failed, because the value to be written is an NaN. This exception will be thrown by FunctionField.set(Item,Object) and item constructors.
Author:
Ralf Wiebicke
See Also: