GL++  0.1
OpenGL API C++ Wrapper
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
glpp::exception Struct Reference

Base exception class for all GLPP related exceptions. More...

#include <exception.hpp>

Inheritance diagram for glpp::exception:
glpp::compile_error glpp::gl_error glpp::link_error glpp::no_active_context glpp::object_not_found glpp::uniform_not_found glpp::shader_compile_error

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.

Detailed Description

Base exception class for all GLPP related exceptions.


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