|
Clementine
|
The system_error class is used to represent system conditions that prevent the library from operating correctly. More...
#include <system_error.hpp>


Public Member Functions | |
| system_error (const error_code &ec) | |
| Construct with an error code. | |
| system_error (const error_code &ec, const std::string &context) | |
| Construct with an error code and context. | |
| system_error (const system_error &other) | |
| Copy constructor. | |
| virtual | ~system_error () throw () |
| Destructor. | |
| system_error & | operator= (const system_error &e) |
| Assignment operator. | |
| virtual const char * | what () const throw () |
| Get a string representation of the exception. | |
| error_code | code () const |
| Get the error code associated with the exception. | |
The system_error class is used to represent system conditions that prevent the library from operating correctly.
1.8.13