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

ファイルが見つからなかった際にthrowされる例外クラス [詳細]

#include <gfl_FileNotFoundException.h>

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

すべてのメンバ一覧

Public メソッド

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

説明

ファイルが見つからなかった際にthrowされる例外クラス


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

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

コンストラクタ

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

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

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