Overview, Include files – HP Integrity NonStop H-Series User Manual

Page 222

Advertising
background image

Click on the banner to return to the user guide home page.

©Copyright 1996 Rogue Wave Software

Overview

The Standard C++ Library provides a set of classes for reporting errors. These classes use the
exception handling facility of the language. The library implements a particular error model,
which divides errors in two broad categories: logic errors and runtime errors.

Logic errors are errors caused by problems in the internal logic of the program. They are
generally preventable.

Runtime errors, on the other hand, are generally not preventable, or at least not predictable.
These are errors generated by circumstances outside the control of the program, such as
peripheral hardware faults.

Include Files

#include <stdexcept>

Advertising
This manual is related to the following products: