HoverRace  2.0
Public Member Functions | Private Types | List of all members
HoverRace::Player::ProfileExn Class Reference

Exception thrown when a profile cannot be loaded or saved. More...

#include <ProfileExn.h>

+ Inheritance diagram for HoverRace::Player::ProfileExn:

Public Member Functions

 ProfileExn ()
 
 ProfileExn (const std::string &msg)
 
 ProfileExn (const char *msg)
 
virtual ~ProfileExn () 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

Exception thrown when a profile cannot be loaded or saved.

Author
Michael Imamura

Member Typedef Documentation

Constructor & Destructor Documentation

HoverRace::Player::ProfileExn::ProfileExn ( )
inline
HoverRace::Player::ProfileExn::ProfileExn ( const std::string &  msg)
inline
HoverRace::Player::ProfileExn::ProfileExn ( const char *  msg)
inline
virtual HoverRace::Player::ProfileExn::~ProfileExn ( )
inlinevirtualnoexcept

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