#include <exceptions.hh>
This class is thrown when a system-call is used and returns an error.
Public Member Functions | |
void | message (const std::string &message) |
store string in internal message buffer | |
const std::string & | what () const |
output internal message buffer |