eRPC Generator (erpcgen)
Rev. 1.12.0
NXP Semiconductors
|
Exception class for lexical errors. More...
#include <ParseErrors.hpp>
Public Member Functions | |
lexical_error (const std::string &__arg) | |
Exception function for lexical 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, const 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 lexical errors.
|
inlineexplicit |
Exception function for lexical errors.
[in] | __arg | Exception error message. |