#include <video_recorder.h>
Public Member Functions | |
VideoRecorderException (std::string str) | |
VideoRecorderException (std::string str, std::string detail) | |
const char * | what () const throw () |
~VideoRecorderException () throw () | |
Public Attributes | |
std::string | desc |
Definition at line 42 of file video_recorder.h.
pangolin::VideoRecorderException::VideoRecorderException | ( | std::string | str | ) | [inline] |
Definition at line 44 of file video_recorder.h.
pangolin::VideoRecorderException::VideoRecorderException | ( | std::string | str, |
std::string | detail | ||
) | [inline] |
Definition at line 45 of file video_recorder.h.
pangolin::VideoRecorderException::~VideoRecorderException | ( | ) | throw () [inline] |
Definition at line 49 of file video_recorder.h.
const char* pangolin::VideoRecorderException::what | ( | ) | const throw () [inline] |
Definition at line 50 of file video_recorder.h.
std::string pangolin::VideoRecorderException::desc |
Definition at line 54 of file video_recorder.h.