18 #ifndef EQ_EXCEPTION_H
19 #define EQ_EXCEPTION_H
21 #include <co/exception.h>
31 TIMEOUT_INPUTFRAME = co::Exception::CUSTOM,
33 CUSTOM = co::Exception::CUSTOM + 20
42 const char* what()
const throw()
override
46 case Exception::TIMEOUT_INPUTFRAME:
47 return " Timeout waiting on input frame";
48 case Exception::GL_ERROR:
49 return " OpenGL Error";
51 return co::Exception::what();
57 #endif // EQ_EXCEPTION_H
Exception(const uint32_t type)
Construct a new Exception.
virtual ~Exception()
Destruct this exception.
Exception class for Equalizer operations.