Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) Exception handling

 

Technique to handle errors and other exceptional conditions. Use exceptions for error handling [1].

 

The exception classes, with std::exception as the base class, can be viewed in the exception hierarchy.

 

 

 

 

 

References

 

  1. Bjarne Stroustrup. The C++ Programming Language (3rd edition). ISBN: 0-201-88954-4, chapter 14.11.1: 'Use exceptions for error handling.'

 

 

 

 

 

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

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict