•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ErrorRunTime Class Reference
#include <Error.h>
Inheritance diagram for ErrorRunTime:

Public Member Functions | |
| ErrorRunTime (const char *cf, const char *msg) | |
Public Member Functions inherited from Error | |
| const std::string & | message (void) const |
| void | append (const char *cf) |
Additional Inherited Members | |
Protected Member Functions inherited from Error | |
| Error (const char *cf) | |
Protected Attributes inherited from Error | |
| std::string | msg_ |
Detailed Description
Generic Run-Time error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorRunTime()
| ErrorRunTime::ErrorRunTime | ( | const char * | cf, |
| const char * | msg | ||
| ) |
The documentation for this class was generated from the following file:

Public Member Functions inherited from