The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
wesnothd_connection_error Struct Reference

an error occured inside the underlying network comminication code (boost asio) TODO: find a short name More...

#include <wesnothd_connection_error.hpp>

Inheritance diagram for wesnothd_connection_error:
Inheritance graph

Public Member Functions

 wesnothd_connection_error (const boost::system::error_code &error)
 
- Public Member Functions inherited from wesnothd_error
 wesnothd_error (const std::string &error)
 
- Public Member Functions inherited from game::error
 error ()
 
 error (const std::string &msg)
 
 ~error () throw ()
 
const char * what () const throw ()
 
- Public Member Functions inherited from tlua_jailbreak_exception
virtual ~tlua_jailbreak_exception () throw ()
 
void store () const throw ()
 Stores a copy the current exception to be rethrown. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from tlua_jailbreak_exception
static void rethrow ()
 Rethrows the stored exception. More...
 
- Public Attributes inherited from game::error
std::string message
 
- Static Protected Attributes inherited from tlua_jailbreak_exception
static tlua_jailbreak_exceptionjailbreak_exception = nullptr
 The exception to be rethrown. More...
 

Detailed Description

an error occured inside the underlying network comminication code (boost asio) TODO: find a short name

Definition at line 38 of file wesnothd_connection_error.hpp.

Constructor & Destructor Documentation

wesnothd_connection_error::wesnothd_connection_error ( const boost::system::error_code &  error)
inline

Definition at line 40 of file wesnothd_connection_error.hpp.


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