hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::assert::Numerical_exception Class Reference

represents a fatal problem in the numerics of the code (such as nonphysical values) More...

#include <assert.hpp>

Inheritance diagram for hexed::assert::Numerical_exception:
hexed::assert::Exception

Public Member Functions

 Numerical_exception (std::string message)
 
- Public Member Functions inherited from hexed::assert::Exception
 Exception (std::string message)
 
const char * what () const noexcept override
 

Detailed Description

represents a fatal problem in the numerics of the code (such as nonphysical values)

as opposed to, for example, an out-of-bounds error or user error

See also
Numerical Exception

The documentation for this class was generated from the following file: