#include <OSErrorClass.h>
Collaboration diagram for ErrorClass:

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 | |
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.4.7