GIFT-Grab  1708
Copyright (c) 2015-7, University College London (UCL)
gg::VideoSourceError Class Reference

Thrown in case of errors related to video sources. More...

#include <except.h>

Inheritance diagram for gg::VideoSourceError:
gg::BasicException

Public Member Functions

 VideoSourceError (const std::string &detail)
 
virtual ~VideoSourceError () noexcept
 ~VideoTargetError More...
 
- Public Member Functions inherited from gg::BasicException
 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

- Protected Attributes inherited from gg::BasicException
std::string _detail
 Exception details. More...
 

Detailed Description

Thrown in case of errors related to video sources.

Attention
In Python: This exception maps to RuntimeError

Constructor & Destructor Documentation

§ VideoSourceError()

gg::VideoSourceError::VideoSourceError ( const std::string &  detail)
Parameters
detail

§ ~VideoSourceError()

gg::VideoSourceError::~VideoSourceError ( )
virtualnoexcept

~VideoTargetError

See also
BasicException::BasicException

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