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
filesystem::io_exception Struct Reference

An exception object used when an IO error occurs. More...

#include <filesystem.hpp>

Inheritance diagram for filesystem::io_exception:
Inheritance graph

Public Member Functions

 io_exception ()
 
 io_exception (const std::string &msg)
 
- Public Member Functions inherited from game::error
 error ()
 
 error (const std::string &msg)
 
 ~error () throw ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Public Attributes inherited from game::error
std::string message
 

Detailed Description

An exception object used when an IO error occurs.

Definition at line 40 of file filesystem.hpp.

Constructor & Destructor Documentation

filesystem::io_exception::io_exception ( )
inline

Definition at line 41 of file filesystem.hpp.

filesystem::io_exception::io_exception ( const std::string msg)
inline

Definition at line 42 of file filesystem.hpp.


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