ErrorObjectFactory Class Reference
#include <Error.h>
Inheritance diagram for ErrorObjectFactory:

Public Member Functions | |
| ErrorObjectFactory (const char *cf, const char *ty) | |
| ErrorObjectFactory (const char *cf, const char *ty, 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
Object factory error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorObjectFactory() [1/2]
| ErrorObjectFactory::ErrorObjectFactory | ( | const char * | cf, |
| const char * | ty | ||
| ) |
- Parameters
-
cf calling function ty type not found in object factory
◆ ErrorObjectFactory() [2/2]
| ErrorObjectFactory::ErrorObjectFactory | ( | const char * | cf, |
| const char * | ty, | ||
| const char * | msg | ||
| ) |
- Parameters
-
cf calling function ty type not found in object factory msg specific message
The documentation for this class was generated from the following file:
Public Member Functions inherited from