bpp-core  2.2.0
bpp::UnvalidFlagException Class Reference

#include <Bpp/Graphics/GraphicDevice.h>

+ Inheritance diagram for bpp::UnvalidFlagException:
+ Collaboration diagram for bpp::UnvalidFlagException:

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_
 

Detailed Description

Definition at line 49 of file GraphicDevice.h.

Constructor & Destructor Documentation

◆ UnvalidFlagException()

bpp::UnvalidFlagException::UnvalidFlagException ( const std::string &  message)
inline

Definition at line 52 of file GraphicDevice.h.

Member Function Documentation

◆ what()

const char* bpp::Exception::what ( ) const
throw (
)
inlineinherited

Method to get the message of the exception (STL method redefinition).

Returns
The message passed to the exception hierarchy.

Definition at line 87 of file Exceptions.h.

References bpp::Exception::message_.

Member Data Documentation

◆ message_

std::string bpp::Exception::message_
protectedinherited

Definition at line 61 of file Exceptions.h.

Referenced by bpp::Exception::what().


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