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 [0] .

 

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

 

 

References

 

[0]   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.