HoverRace  2.0
Public Member Functions | Private Types | Private Attributes | List of all members
HoverRace::Net::NetExn Class Reference

A network exception. More...

#include <NetExn.h>

+ Inheritance diagram for HoverRace::Net::NetExn:

Public Member Functions

 NetExn ()
 
 NetExn (const char *const &msg)
 
 NetExn (const std::string &msg)
 
virtual ~NetExn () throw ()
 
virtual const char * what () const throw ()
 

Private Types

typedef std::exception SUPER
 

Private Attributes

std::string msg
 

Detailed Description

A network exception.

Author
Michael Imamura

Member Typedef Documentation

typedef std::exception HoverRace::Net::NetExn::SUPER
private

Constructor & Destructor Documentation

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

Member Function Documentation

virtual const char* HoverRace::Net::NetExn::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

std::string HoverRace::Net::NetExn::msg
private

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