MarlinMT  0.1.0
marlinmt::BookStoreManager::ObjectNotFound Struct Reference

thrown when try to access not existing object. More...

#include <BookStoreManager.h>

Inherits exception.

Public Member Functions

 ObjectNotFound (const std::string_view &msg)
 
const char * what () const noexcept override
 

Private Attributes

const std::string m_msg
 

Detailed Description

thrown when try to access not existing object.

Definition at line 73 of file BookStoreManager.h.

Constructor & Destructor Documentation

◆ ObjectNotFound()

marlinmt::BookStoreManager::ObjectNotFound::ObjectNotFound ( const std::string_view &  msg)
inline

Definition at line 74 of file BookStoreManager.h.

Member Function Documentation

◆ what()

const char* marlinmt::BookStoreManager::ObjectNotFound::what ( ) const
inlineoverridenoexcept

Definition at line 76 of file BookStoreManager.h.

References m_msg.

Member Data Documentation

◆ m_msg

const std::string marlinmt::BookStoreManager::ObjectNotFound::m_msg
private

Definition at line 78 of file BookStoreManager.h.

Referenced by what().


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