Equalizer
1.6.1
|
Exception class for Equalizer operations. More...
#include <exception.h>
Public Types | |
enum | Type { TIMEOUT_INPUTFRAME = co::Exception::CUSTOM, GL_ERROR, CUSTOM = co::Exception::CUSTOM + 20 } |
Public Member Functions | |
Exception (const uint32_t type) | |
Construct a new Exception. More... | |
virtual const char * | what () const throw () |
Exception class for Equalizer operations.
Definition at line 26 of file exception.h.
|
inline |
Construct a new Exception.
Definition at line 37 of file exception.h.