gflib  1.0
クラス gfl::err::IOException

IOエラーが発生した場合にthrowされる例外クラス [詳細]

#include <gfl_IOException.h>

gfl::err::IOExceptionに対する継承グラフ
gfl::err::Exception gfl::err::FileNotFoundException

すべてのメンバ一覧

Public メソッド

 IOException (const char *message=NULL, const char *fileName=NULL, u32 line=0)
 コンストラクタ

説明

IOエラーが発生した場合にthrowされる例外クラス


コンストラクタとデストラクタ

gfl::err::IOException::IOException ( const char *  message = NULL,
const char *  fileName = NULL,
u32  line = 0 
)

コンストラクタ

---------------------------------------------------------------------

引数:
messageエラーメッセージを追加したい場合、文字列を渡す。 NULLの指定も可能。
fileNameエラーが発生したファイル名 NULLの指定も可能。
lineエラーが発生したファイル行番号
戻り値:
無し

このクラスの説明は次のファイルから生成されました: