Represents a fatal problem in the numerics of the code (such as nonphysical values) More...
#include <assert.hpp>
Public Member Functions | |
| std::string | name () const override |
| Numerical_exception (std::string message) | |
Public Member Functions inherited from hexed::assert::Exception | |
| Exception (std::string m) | |
| std::string | message () const |
| const char * | what () const noexcept override |
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
|
inlineoverridevirtual |
Implements hexed::assert::Exception.