Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
An exception that cannot be detected by reading the code (opposite of the std::logic_error, that can theoretically be detected).
In the exception hierarchy, std::runtime_error has std::exception as its base class.
std::runtime_error is the base class of std::overflow_error, std::range_error and std::underflow_error.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.