#include <Pt/System/SystemError.h>
Exception for a failed system operation.
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. | |