used for throwing exceptions. More...
#include <OSErrorClass.h>

Public Member Functions | |
| ErrorClass (std::string errormsg_) | |
| the class constructor it has a single | |
Public Attributes | |
| std::string | errormsg |
| errormsg is the error that is causing the exception to be thrown | |
used for throwing exceptions.
Definition at line 32 of file OSErrorClass.h.
| ErrorClass::ErrorClass | ( | std::string | errormsg_ | ) |
the class constructor it has a single
| errormsg_ | hods the error message as a string. |
| std::string ErrorClass::errormsg |
errormsg is the error that is causing the exception to be thrown
Definition at line 42 of file OSErrorClass.h.
1.6.1