#include <filesystem.hpp>
Public Member Functions | |
io_exception () | |
io_exception (const std::string &msg) | |
virtual | ~io_exception () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | message |
Definition at line 28 of file filesystem.hpp.
io_exception::io_exception | ( | ) | [inline] |
Definition at line 29 of file filesystem.hpp.
io_exception::io_exception | ( | const std::string & | msg | ) | [inline] |
Definition at line 30 of file filesystem.hpp.
virtual io_exception::~io_exception | ( | ) | throw () [inline, virtual] |
Definition at line 31 of file filesystem.hpp.
virtual const char* io_exception::what | ( | ) | const throw () [inline, virtual] |
Definition at line 33 of file filesystem.hpp.
References message.
Referenced by finish_save_game(), gzip_codec(), open_save_game(), play_game(), save_index(), events::menu_handler::save_map(), map_editor::save_map(), write_save_index(), and map_editor::~map_editor().
std::string io_exception::message [private] |
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |