Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Protected Member Functions | List of all members
direct_bt::SMPException Class Reference

#include <SMPTypes.hpp>

Inheritance diagram for direct_bt::SMPException:
Collaboration diagram for direct_bt::SMPException:

Public Member Functions

 SMPException (std::string const m, const char *file, int line) noexcept
 
- Public Member Functions inherited from jau::RuntimeException
 RuntimeException (std::string const m, const char *file, int line) noexcept
 
virtual ~RuntimeException () noexcept
 
 RuntimeException (const RuntimeException &o)=default
 
 RuntimeException (RuntimeException &&o)=default
 
RuntimeExceptionoperator= (const RuntimeException &o)=default
 
RuntimeExceptionoperator= (RuntimeException &&o)=default
 
std::string get_backtrace () const noexcept
 
virtual const char * what () const noexcept override
 

Protected Member Functions

 SMPException (std::string const type, std::string const m, const char *file, int line) noexcept
 
- Protected Member Functions inherited from jau::RuntimeException
 RuntimeException (std::string const type, std::string const m, const char *file, int line) noexcept
 

Detailed Description

Definition at line 52 of file SMPTypes.hpp.

Constructor & Destructor Documentation

◆ SMPException() [1/2]

direct_bt::SMPException::SMPException ( std::string const  type,
std::string const  m,
const char *  file,
int  line 
)
inlineprotectednoexcept

Definition at line 54 of file SMPTypes.hpp.

◆ SMPException() [2/2]

direct_bt::SMPException::SMPException ( std::string const  m,
const char *  file,
int  line 
)
inlinenoexcept

Definition at line 58 of file SMPTypes.hpp.


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