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

Exception indicating the track failed to compile. More...

#include <TrackCompileExn.h>

+ Inheritance diagram for HoverRace::MazeCompiler::TrackCompileExn:

Public Member Functions

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

typedef Exception SUPER
 

Additional Inherited Members

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

Detailed Description

Exception indicating the track failed to compile.

Author
Michael Imamura

Member Typedef Documentation

Constructor & Destructor Documentation

HoverRace::MazeCompiler::TrackCompileExn::TrackCompileExn ( )
inline
HoverRace::MazeCompiler::TrackCompileExn::TrackCompileExn ( const std::string &  msg)
inline
HoverRace::MazeCompiler::TrackCompileExn::TrackCompileExn ( const char *  msg)
inline
virtual HoverRace::MazeCompiler::TrackCompileExn::~TrackCompileExn ( )
throw (
)
inlinevirtual

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