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

Public Member Functions | |
| ErrorInvalidCharacter (const char *cf, const char *m, const char *n) | |
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
Invalid characters error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorInvalidCharacter()
| ErrorInvalidCharacter::ErrorInvalidCharacter | ( | const char * | cf, |
| const char * | m, | ||
| const char * | n | ||
| ) |
- Parameters
-
cf calling function m field containing invalid characters n string containing invalid characters
The documentation for this class was generated from the following file:
Public Member Functions inherited from