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