HoverRace  2.0
Public Member Functions | Private Types | List of all members
HoverRace::Display::SDL::DynamicTextureExn Class Reference

Thrown when the dynamic texture could not be created. More...

#include <SdlDynamicTexture.h>

+ Inheritance diagram for HoverRace::Display::SDL::DynamicTextureExn:

Public Member Functions

 DynamicTextureExn ()
 
 DynamicTextureExn (const std::string &msg)
 
 DynamicTextureExn (const char *msg)
 
 DynamicTextureExn (const std::string &msg, const std::string &sdlError)
 
virtual ~DynamicTextureExn () noexcept
 
- Public Member Functions inherited from HoverRace::Exception
 Exception ()
 
 Exception (const std::string &msg)
 
 Exception (const char *msg)
 
virtual ~Exception () noexcept
 
const char * what () const noexceptoverride
 

Private Types

using SUPER = Exception
 

Additional Inherited Members

- Protected Member Functions inherited from HoverRace::Exception
std::string & GetMessage () noexcept
 

Detailed Description

Thrown when the dynamic texture could not be created.

Author
Michael Imamura

Member Typedef Documentation

Constructor & Destructor Documentation

HoverRace::Display::SDL::DynamicTextureExn::DynamicTextureExn ( )
inline
HoverRace::Display::SDL::DynamicTextureExn::DynamicTextureExn ( const std::string &  msg)
inline
HoverRace::Display::SDL::DynamicTextureExn::DynamicTextureExn ( const char *  msg)
inline
HoverRace::Display::SDL::DynamicTextureExn::DynamicTextureExn ( const std::string &  msg,
const std::string &  sdlError 
)
inline
virtual HoverRace::Display::SDL::DynamicTextureExn::~DynamicTextureExn ( )
inlinevirtualnoexcept

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