HoverRace  2.0
Public Member Functions | List of all members
HoverRace::Net::CanceledExn Class Reference

Thrown when the transfer is intentionally aborted (usually by CancelFlag). More...

#include <NetExn.h>

+ Inheritance diagram for HoverRace::Net::CanceledExn:

Public Member Functions

 CanceledExn ()
 
virtual ~CanceledExn () throw ()
 
- Public Member Functions inherited from HoverRace::Net::NetExn
 NetExn ()
 
 NetExn (const char *const &msg)
 
 NetExn (const std::string &msg)
 
virtual ~NetExn () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Thrown when the transfer is intentionally aborted (usually by CancelFlag).

This allows the catcher to treat it as an error or ignore it (while treating other NetExn as errors).

Author
Michael Imamura

Constructor & Destructor Documentation

HoverRace::Net::CanceledExn::CanceledExn ( )
inline
virtual HoverRace::Net::CanceledExn::~CanceledExn ( )
throw (
)
inlinevirtual

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