Exception class for syntax errors.
More...
#include <ParseErrors.hpp>
Exception class for syntax errors.
erpcgen::syntax_error2::syntax_error2 |
( |
const std::string & |
__arg, |
|
|
token_loc_t |
loc, |
|
|
std::string & |
fileName |
|
) |
| |
|
inlineexplicit |
Exception function for syntax errors.
- Parameters
-
[in] | __arg | Exception error message. |
[in] | loc | Location of token. |
[in] | fileName | File name where error occurred. |
erpcgen::syntax_error2::syntax_error2 |
( |
const char * |
__arg, |
|
|
token_loc_t |
loc, |
|
|
std::string & |
fileName |
|
) |
| |
|
inlineexplicit |
Exception function for syntax errors.
- Parameters
-
[in] | __arg | Exception error message. |
[in] | loc | Location of token for which error occurred. |
[in] | fileName | File name where error occurred. |
const char * syntax_error2::what |
( |
| ) |
const |
|
virtual |
Returns formatted error message.
- Returns
- Formatted error message.
The documentation for this class was generated from the following files: