NRE::Exception::GlewException Class Reference

An exception thrown by glew operation. More...

#include <NRE_GlewException.hpp>

Inheritance diagram for NRE::Exception::GlewException:
NRE::Exception::SystemException

Public Member Functions

 GlewException (Utility::String const &log) throw ()
 
- Public Member Functions inherited from NRE::Exception::SystemException
 SystemException (Utility::String const &log) throw ()
 

Friends

std::ostream & operator<< (std::ostream &stream, GlewException const &o)
 

Detailed Description

An exception thrown by glew operation.

Constructor & Destructor Documentation

NRE::Exception::GlewException::GlewException ( Utility::String const &  log)
throw (
)
inline

Construct the exception with a custom log

Parameters
logthe exception's log

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
GlewException const &  o 
)
friend

Output stream operator for the object

Parameters
streamthe stream to add the object's string representation
othe object to add in the stream
Returns
the modified stream

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