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

Exception thrown when uniform cannot be located. More...

#include <exception.hpp>

Inheritance diagram for glpp::uniform_not_found:
glpp::exception

Public Member Functions

 uniform_not_found (const std::string &name) throw ()
 Construct with name of uniform.
virtual ~uniform_not_found () throw ()
 Class is inheritable.
- Public Member Functions inherited from glpp::exception
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.

Additional Inherited Members

- Public Attributes inherited from glpp::exception
std::string m_error_str
 Error string holder.

Detailed Description

Exception thrown when uniform cannot be located.

Constructor & Destructor Documentation

glpp::uniform_not_found::uniform_not_found ( const std::string &  name) throw ()
inline

Construct with name of uniform.

Error message will be "Cannot find uniform with name <name>"


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