used for throwing exceptions. More...
#include <OSErrorClass.h>
Public Member Functions | |
ErrorClass (std::string errormsg_) | |
the class constructor More... | |
Public Attributes | |
std::string | errormsg |
errormsg is the error that is causing the exception to be thrown More... | |
used for throwing exceptions.
Definition at line 31 of file OSErrorClass.h.
ErrorClass::ErrorClass | ( | std::string | errormsg_ | ) |
the class constructor
errormsg_ | holds the error message as a string. |
Definition at line 20 of file OSErrorClass.cpp.
std::string ErrorClass::errormsg |
errormsg is the error that is causing the exception to be thrown
Definition at line 42 of file OSErrorClass.h.