#include <exceptions.h>
Inheritance diagram for exult_exception:


Public Member Functions | |
| exult_exception (const char *what_arg) | |
| exult_exception (const std::string &what_arg) | |
| const char * | what () const throw () |
| int | get_errno (void) const |
| virtual | ~exult_exception () throw () |
Private Attributes | |
| std::string | what_ |
| int | errno_ |
Definition at line 32 of file exceptions.h.
| exult_exception::exult_exception | ( | const char * | what_arg | ) | [inline] |
Definition at line 36 of file exceptions.h.
| exult_exception::exult_exception | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 37 of file exceptions.h.
| virtual exult_exception::~exult_exception | ( | ) | throw () [inline, virtual] |
Definition at line 40 of file exceptions.h.
| const char* exult_exception::what | ( | void | ) | const throw () [inline] |
Definition at line 38 of file exceptions.h.
References what_.
Referenced by ExultStudio::create_new_game(), ExultStudio::create_shape_file(), get_file_size(), Table::IndexTableFile(), main(), Object_browser::on_browser_file_save(), ucxtInit::opcodes(), and ExultStudio::save_combos().
| int exult_exception::get_errno | ( | void | ) | const [inline] |
std::string exult_exception::what_ [private] |
int exult_exception::errno_ [private] |
1.5.1