![]() |
eRPC Generator (erpcgen)
Rev. 1.12.0
NXP Semiconductors
|
Exception class for syntax errors. More...
#include <ParseErrors.hpp>
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, const 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. |