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

Exception indicating an unimplemented bit of code has been hit. More...

#include <Exception.h>

+ Inheritance diagram for HoverRace::UnimplementedExn:

Public Member Functions

 UnimplementedExn ()
 
 UnimplementedExn (const std::string &msg)
 
 UnimplementedExn (const char *msg)
 
virtual ~UnimplementedExn () 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 indicating an unimplemented bit of code has been hit.

Author
Michael Imamura

Member Typedef Documentation

Constructor & Destructor Documentation

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

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