#include <GLRuntimeError.h>
Public Member Functions | |
GLRuntimeError (const string &msg="") | |
virtual | ~GLRuntimeError () throw () |
Definition at line 11 of file GLRuntimeError.h.
GLRuntimeError::GLRuntimeError | ( | const string & | msg = "" |
) | [inline] |
Creates the RuntimeError class.
msg | message associated with the error. |
Definition at line 18 of file GLRuntimeError.h.
virtual GLRuntimeError::~GLRuntimeError | ( | ) | throw () [inline, virtual] |
Just a destructor.
Definition at line 25 of file GLRuntimeError.h.