#include <system.h>
Inheritance diagram for System::Exception:
Public Member Functions | |
Exception () | |
dummy constructor | |
Exception (const char *fmt,...) | |
exception constructor, printf format arguments | |
void | print () |
prints message of exception | |
Protected Attributes | |
std::string | errorMessage |
error message string |