ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | List of all members
ocpp::common::RequiredEntryNotFoundException Class Reference

Exception that is used if expected table entries are not found. More...

#include <database_exceptions.hpp>

Inheritance diagram for ocpp::common::RequiredEntryNotFoundException:
ocpp::common::DatabaseException

Public Member Functions

 RequiredEntryNotFoundException (const std::string &message)
 
- Public Member Functions inherited from ocpp::common::DatabaseException
 DatabaseException (const std::string &message)
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Protected Attributes inherited from ocpp::common::DatabaseException
std::string msg
 

Detailed Description

Exception that is used if expected table entries are not found.


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