Base exception class for eRPC errors.
More...
#include <ParseErrors.hpp>
|
| erpc_error (const std::string &__arg, const std::string &errorName) |
| Exception function for eRPC errors. More...
|
|
Base exception class for eRPC errors.
erpcgen::erpc_error::erpc_error |
( |
const std::string & |
__arg | ) |
|
|
inlineexplicit |
Exception function for eRPC errors.
- Parameters
-
[in] | __arg | Exception error message. |
erpcgen::erpc_error::erpc_error |
( |
const std::string & |
__arg, |
|
|
const std::string & |
errorName |
|
) |
| |
|
inlineexplicitprotected |
Exception function for eRPC errors.
- Parameters
-
[in] | __arg | Exception error message. |
[in] | errorName | Exception error name. |
std::string erpcgen::erpc_error::m_errName |
|
protected |
std::string erpcgen::erpc_error::m_message |
|
protected |
The documentation for this class was generated from the following file: