Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::exception is the STL class for an exceptions.
std::exception is the base class of the STL exception hierarchy
Prefer to use a derived class of std::exception to a built-in type (like int) [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.