MarlinMT  0.1.0
marlinmt::book::exceptions::BookStoreException Class Reference

#include <Types.h>

Inherits exception.

Public Member Functions

 BookStoreException ()=delete
 
 BookStoreException (const BookStoreException &)=default
 
 BookStoreException (unsigned int line, const char *func, const char *fname, const std::string_view &message)
 
const char * what () const noexcept override
 

Private Attributes

const std::string _message
 

Detailed Description

Definition at line 17 of file Types.h.

Constructor & Destructor Documentation

◆ BookStoreException() [1/3]

marlinmt::book::exceptions::BookStoreException::BookStoreException ( )
delete

◆ BookStoreException() [2/3]

marlinmt::book::exceptions::BookStoreException::BookStoreException ( const BookStoreException )
default

◆ BookStoreException() [3/3]

marlinmt::book::exceptions::BookStoreException::BookStoreException ( unsigned int  line,
const char *  func,
const char *  fname,
const std::string_view &  message 
)
inline

Definition at line 31 of file Types.h.

Member Function Documentation

◆ what()

const char * marlinmt::book::exceptions::BookStoreException::what ( ) const
inlineoverridenoexcept

Definition at line 41 of file Types.h.

References _message.

Member Data Documentation

◆ _message

const std::string marlinmt::book::exceptions::BookStoreException::_message
private

Definition at line 27 of file Types.h.

Referenced by what().


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