|
GL++
0.1
OpenGL API C++ Wrapper
|
Base exception class for all GLPP related exceptions. More...
#include <exception.hpp>
Public Member Functions | |
| virtual | ~exception () throw () |
| Class is inheritable. | |
| exception (const std::string &error) throw () | |
| Constructor with error string. | |
| exception () throw () | |
| Default constructor. | |
| virtual const char * | what () const throw () |
| Return what string. | |
Public Attributes | |
| std::string | m_error_str |
| Error string holder. | |
Base exception class for all GLPP related exceptions.