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