Thrown if connection attempts by gg::VideoSourceFactory to requested device fail. More...
#include <except.h>
Public Member Functions | |
DeviceNotFound (const std::string &detail) | |
virtual | ~DeviceNotFound () noexcept |
![]() | |
BasicException (const std::string &detail) | |
Constructor with detail . More... | |
virtual | ~BasicException () noexcept |
Destructor. More... | |
virtual const char * | what () const noexcept override |
Get exception detail. More... | |
Additional Inherited Members | |
![]() | |
std::string | _detail |
Exception details. More... | |
Thrown if connection attempts by gg::VideoSourceFactory to requested device fail.
IOError
gg::DeviceNotFound::DeviceNotFound | ( | const std::string & | detail | ) |
detail |
|
virtualnoexcept |