Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ieee11073::RuntimeException Class Reference

#include <DataTypes.hpp>

Inheritance diagram for ieee11073::RuntimeException:
Collaboration diagram for ieee11073::RuntimeException:

Public Member Functions

 RuntimeException (std::string const &m, const char *file, int line) noexcept
 
 ~RuntimeException () noexcept override=default
 
const char * what () const noexcept override
 

Protected Member Functions

 RuntimeException (std::string type, std::string const &m, const char *file, int line) noexcept
 

Protected Attributes

std::string msg
 

Detailed Description

Definition at line 51 of file DataTypes.hpp.

Constructor & Destructor Documentation

◆ RuntimeException() [1/2]

ieee11073::RuntimeException::RuntimeException ( std::string  type,
std::string const &  m,
const char *  file,
int  line 
)
inlineprotectednoexcept

Definition at line 55 of file DataTypes.hpp.

◆ RuntimeException() [2/2]

ieee11073::RuntimeException::RuntimeException ( std::string const &  m,
const char *  file,
int  line 
)
inlinenoexcept

Definition at line 63 of file DataTypes.hpp.

◆ ~RuntimeException()

ieee11073::RuntimeException::~RuntimeException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

const char * ieee11073::RuntimeException::what ( ) const
overridenoexcept

Member Data Documentation

◆ msg

std::string ieee11073::RuntimeException::msg
protected

Definition at line 53 of file DataTypes.hpp.


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