#include <except_fileio.hpp>
langedge::FileIOErrorに対する継承グラフ


Public メソッド | |
| FileIOError (const std::string &filename) | |
| コンストラクタ (ファイル名のみ指定). | |
| FileIOError (const std::string &what, const std::string &filename) | |
| コンストラクタ (例外要因とファイル名を指定). | |
| virtual | ~FileIOError () throw () |
| デストラクタ | |
| virtual const std::string & | getFileName () const throw () |
| 例外要因ファイル名取得 | |
例外要因の説明やファイル名の受渡しができる。
|
|
コンストラクタ (ファイル名のみ指定).
|
|
||||||||||||
|
コンストラクタ (例外要因とファイル名を指定).
|
|
|
デストラクタ
|
|
|
例外要因ファイル名取得
|
1.4.2