Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
tmp
OS-2.10.2
OS
src
OSUtils
OSErrorClass.h
Go to the documentation of this file.
1
/* $Id: OSErrorClass.h 5284 2017-12-08 13:52:50Z stefan $ */
15
#ifndef ERRORCLASS_H
16
#define ERRORCLASS_H
17
18
#include <string>
19
31
class
ErrorClass
32
{
33
public
:
34
38
ErrorClass
( std::string errormsg_);
39
42
std::string
errormsg
;
43
44
};
45
#endif
ErrorClass::errormsg
std::string errormsg
errormsg is the error that is causing the exception to be thrown
Definition:
OSErrorClass.h:42
ErrorClass::ErrorClass
ErrorClass(std::string errormsg_)
the class constructor
Definition:
OSErrorClass.cpp:20
ErrorClass
used for throwing exceptions.
Definition:
OSErrorClass.h:31
Generated by
1.8.5