bpp-core
2.2.0
|
#include <Bpp/Graphics/GraphicDevice.h>
Public Member Functions | |
UnvalidFlagException (const std::string &message) | |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | message_ |
Definition at line 49 of file GraphicDevice.h.
|
inline |
Definition at line 52 of file GraphicDevice.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().