NumericOverflowException class
Thrown if a property query aggregate function (e.g. sum()
) can not compute
a result due to a number type overflowing.
- Inheritance
-
- Object
- ObjectBoxException
- NumericOverflowException
Constructors
- NumericOverflowException(String message)
- See NumericOverflowException.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited