![]() |
eRPC Generator (erpcgen)
Rev. 1.7.2
NXP Semiconductors
|
Exception class for syntax errors. More...
#include <ParseErrors.h>
Public Member Functions | |
syntax_error2 (const std::string &__arg, token_loc_t loc, std::string &fileName) | |
Exception function for syntax errors. More... | |
syntax_error2 (const char *__arg, token_loc_t loc, std::string &fileName) | |
Exception function for syntax errors. More... | |
virtual const char * | what () const NOEXCEPT NOTHROW |
Returns formatted error message. More... | |
![]() | |
erpc_error (const std::string &__arg) | |
Exception function for eRPC errors. More... | |
Additional Inherited Members | |
![]() | |
erpc_error (const std::string &__arg, std::string errorName) | |
Exception function for eRPC errors. More... | |
![]() | |
std::string | m_message |
std::string | m_errName |
Exception class for syntax errors.
|
inlineexplicit |
Exception function for syntax errors.
[in] | __arg | Exception error message. |
[in] | loc | Location of token. |
[in] | fileName | File name where error occurred. |
|
inlineexplicit |
Exception function for syntax errors.
[in] | __arg | Exception error message. |
[in] | loc | Location of token for which error occurred. |
[in] | fileName | File name where error occurred. |
|
virtual |
Returns formatted error message.