|
Equalizer
1.4.1
|
Exception class for Equalizer operations. More...
#include <exception.h>
Inheritance diagram for eq::Exception:
Collaboration diagram for eq::Exception:Public Member Functions | |
| Exception (const uint32_t type) | |
| Construct a new Exception. | |
| virtual const char * | what () const throw () |
Public Types | |
| enum | Type { TIMEOUT_INPUTFRAME = co::Exception::CUSTOM, GL_ERROR, CUSTOM = co::Exception::CUSTOM + 20 } |
Exception class for Equalizer operations.
Definition at line 29 of file eq/client/exception.h.
| eq::Exception::Exception | ( | const uint32_t | type | ) | [inline] |
Construct a new Exception.
Reimplemented from co::Exception.
Definition at line 40 of file eq/client/exception.h.
1.4.1 by
1.7.6.1