Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
Thrown to report that an arithmetic error has occured during a calculation. More...
#include <exception.hpp>
Inherits std::logic_error.
Public Member Functions | |
arithmetic_error (const std::string &arg) | |
Thrown to report that an arithmetic error has occured during a calculation.
It could be an overflow, or another kind of error.
Definition at line 123 of file exception.hpp.
|
explicit |
Definition at line 125 of file exception.hpp.