Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) Exception hierarchy

 

The hierarchy for the STL exceptions. std::exception is the base class for all exceptions.

 

std::exception
  * std::bad_alloc
  * std::bad_cast
  * std::bad_exception
  * std::bad_typeid
  * std::ios_base::failure
  * std::logic_error
    * std::domain_error
    * std::invalid_argument
    * std::length_error
    * std::out_of_range
  * std::runtime_error
    * std::overflow_error
    * std::range_error
    * std::underflow_error

 

 

 

 

 

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

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict