|
Equalizer
2.0.0
Parallel Rendering Framework
|
Exception class for Equalizer operations. More...
#include <exception.h>
Inheritance diagram for eq::Exception:
Collaboration diagram for eq::Exception: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 | ~Exception () throw () |
| Destruct this exception. More... | |
| const char * | what () const override throw () |
Exception class for Equalizer operations.
Definition at line 26 of file exception.h.
|
inlineexplicit |
Construct a new Exception.
Definition at line 37 of file exception.h.
|
inlinevirtual | |||||||||||||
Destruct this exception.
Definition at line 40 of file exception.h.