#include <parserError.hpp>
- Author
- Vincent Lachenal
- Since
- 0.1
◆ ErrorCode
- Author
- Vincent Lachenal
- Since
- 0.1
| Enumerator |
|---|
| UNKNOWN | Unknown error
|
| NOT_READABLE | File is not readable
|
| PARSING_ERROR | Parsing error
|
| BAD_CAST | Bad cast error
|
◆ ParserError() [1/2]
| anch::ini::ParserError::ParserError |
( |
| ) |
|
|
delete |
◆ ParserError() [2/2]
ParserError constructor
- Parameters
-
| msg | the error message |
| code | the error code (default to UNKNOWN) |
◆ ~ParserError()
| virtual anch::ini::ParserError::~ParserError |
( |
| ) |
|
|
virtualnoexcept |
◆ getErrorCode()
Error code getter
- Returns
- the error code
◆ what()
| virtual const char * anch::ini::ParserError::what |
( |
| ) |
const |
|
virtualnoexcept |
Get error message
- Returns
- the error message
The documentation for this class was generated from the following file: