![]() |
eRPC Generator (erpcgen)
Rev. 1.7.2
NXP Semiconductors
|
Exception class for syntax errors. More...
#include <ParseErrors.h>
Public Member Functions | |
syntax_error (const std::string &__arg) | |
Exception function for syntax errors. 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. |