Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::runtime_error Class Reference

Base class for runtime exceptions from the logging library. More...

#include <exceptions.hpp>

Inheritance diagram for boost::runtime_error:
Collaboration diagram for boost::runtime_error:

Protected Member Functions

 runtime_error (std::string const &descr)
 Initializing constructor. More...
 
 ~runtime_error () throw ()
 Destructor. More...
 

Detailed Description

Base class for runtime exceptions from the logging library.

Exceptions derived from this class indicate a problem that may not directly be caused by the user's code that interacts with the library, such as errors caused by input data.

Constructor & Destructor Documentation

boost::runtime_error::runtime_error ( std::string const &  descr)
explicitprotected

Initializing constructor.

Creates an exception with the specified error message.

boost::runtime_error::~runtime_error ( )
throw (
)
protected

Destructor.


The documentation for this class was generated from the following file: