Equalizer
1.2.1
|
Exception class for Equalizer operations. More...
#include <exception.h>
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, 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 39 of file eq/client/exception.h.