Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
jau::IndexOutOfBoundsException Class Reference

#include <basic_types.hpp>

Inheritance diagram for jau::IndexOutOfBoundsException:
Collaboration diagram for jau::IndexOutOfBoundsException:

Public Member Functions

 IndexOutOfBoundsException (const std::size_t index, const std::size_t length, const char *file, int line) noexcept
 
 IndexOutOfBoundsException (const std::string index_s, const std::string length_s, const char *file, int line) noexcept
 
 IndexOutOfBoundsException (const std::size_t index, const std::size_t count, const std::size_t length, 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
 

Additional Inherited Members

- 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 129 of file basic_types.hpp.

Constructor & Destructor Documentation

◆ IndexOutOfBoundsException() [1/3]

jau::IndexOutOfBoundsException::IndexOutOfBoundsException ( const std::size_t  index,
const std::size_t  length,
const char *  file,
int  line 
)
inlinenoexcept

Definition at line 131 of file basic_types.hpp.

◆ IndexOutOfBoundsException() [2/3]

jau::IndexOutOfBoundsException::IndexOutOfBoundsException ( const std::string  index_s,
const std::string  length_s,
const char *  file,
int  line 
)
inlinenoexcept

Definition at line 134 of file basic_types.hpp.

◆ IndexOutOfBoundsException() [3/3]

jau::IndexOutOfBoundsException::IndexOutOfBoundsException ( const std::size_t  index,
const std::size_t  count,
const std::size_t  length,
const char *  file,
int  line 
)
inlinenoexcept

Definition at line 137 of file basic_types.hpp.


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