![]() |
eRPC Generator (erpcgen)
Rev. 1.9.0
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... | |
Public Member Functions inherited from erpcgen::erpc_error | |
| erpc_error (const std::string &__arg) | |
| Exception function for eRPC errors. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from erpcgen::erpc_error | |
| erpc_error (const std::string &__arg, std::string errorName) | |
| Exception function for eRPC errors. More... | |
Protected Attributes inherited from erpcgen::erpc_error | |
| std::string | m_message |
| std::string | m_errName |
Exception class for syntax errors.
|
inlineexplicit |
Exception function for syntax errors.
| [in] | __arg | Exception error message. |