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