eRPC Generator (erpcgen)  Rev. 1.12.0
NXP Semiconductors
erpcgen::internal_error Class Reference

Exception class for internal errors. More...

#include <ParseErrors.hpp>

Inheritance diagram for erpcgen::internal_error:
erpcgen::erpc_error

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
 

Detailed Description

Exception class for internal errors.

Constructor & Destructor Documentation

erpcgen::internal_error::internal_error ( const std::string &  __arg)
inlineexplicit

Exception function for internal errors.

Parameters
[in]__argException error message.

The documentation for this class was generated from the following file: