Equalizer  1.10.1
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
eq::Exception Class Reference

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 ()
 

Detailed Description

Exception class for Equalizer operations.

Definition at line 26 of file exception.h.

Constructor & Destructor Documentation

eq::Exception::Exception ( const uint32_t  type)
inlineexplicit

Construct a new Exception.

Definition at line 37 of file exception.h.

virtual eq::Exception::~Exception ( )
throw (
)
inlinevirtual

Destruct this exception.

Definition at line 40 of file exception.h.


The documentation for this class was generated from the following file: