ErrorBrowsing Class Reference
#include <Error.h>
Inheritance diagram for ErrorBrowsing:
Public Member Functions | |
ErrorBrowsing (const char *cf, const char *ta, const char *ty, const char *se, int va) | |
ErrorBrowsing (const char *cf, const char *ta, const char *ty, const char *sta) | |
ErrorBrowsing (const char *cf, const char *ta, const char *ty, const char *sta, const char *opt) | |
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
Model browsing error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorBrowsing() [1/3]
ErrorBrowsing::ErrorBrowsing | ( | const char * | cf, |
const char * | ta, | ||
const char * | ty, | ||
const char * | se, | ||
int | va | ||
) |
- Parameters
-
cf calling function ta within this model ty of this type se smart enumerator va requested enumerator value
◆ ErrorBrowsing() [2/3]
ErrorBrowsing::ErrorBrowsing | ( | const char * | cf, |
const char * | ta, | ||
const char * | ty, | ||
const char * | sta | ||
) |
- Parameters
-
cf calling function ta within this model ty of this type sta while looking for this object
◆ ErrorBrowsing() [3/3]
ErrorBrowsing::ErrorBrowsing | ( | const char * | cf, |
const char * | ta, | ||
const char * | ty, | ||
const char * | sta, | ||
const char * | opt | ||
) |
- Parameters
-
cf calling function ta within this model ty of this type sta for this String opt while setting to this value
The documentation for this class was generated from the following file: