#include <Pt/System/SystemError.h>
Exception class indication a system error.
Inherits runtime_error.
Inherited by ProcessFailed, and SymbolNotFound.
Public Member Functions | |
| SystemError (const std::string &what) | |
| Construct with error message. | |
| SystemError (const char *what) | |
| Construct with error message. | |
| ~SystemError () throw () | |
| Destructor. | |