#include <video.h>
Public Member Functions | |
VideoException (std::string str) | |
VideoException (std::string str, std::string detail) | |
const char * | what () const throw () |
~VideoException () throw () | |
Public Attributes | |
std::string | desc |
pangolin::VideoException::VideoException | ( | std::string | str | ) | [inline] |
pangolin::VideoException::VideoException | ( | std::string | str, |
std::string | detail | ||
) | [inline] |
pangolin::VideoException::~VideoException | ( | ) | throw () [inline] |
const char* pangolin::VideoException::what | ( | ) | const throw () [inline] |
std::string pangolin::VideoException::desc |