Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) std::runtime_error

 

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.

 

 

 

 

 

External links

 

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict