gflib
1.0
|
gfl::err::Exception | 全ての例外クラスの基本クラス |
gfl::err::FileNotFoundException | ファイルが見つからなかった際にthrowされる例外クラス |
gfl::err::IlligalArgumentException | 引数が不正の際にthrowされる例外クラス |
gfl::err::IndexOutOfBoundsException | 配列やバッファサイズをオーバーするようなアクセスが発生した場合にthrowされる例外クラス |
gfl::err::IOException | IOエラーが発生した場合にthrowされる例外クラス |
gfl::err::MemoryAllocateException | メモリのアロケート失敗時にthrowされる例外クラス |
gfl::err::NullPointerException | 参照ポインタがNULLであった場合にthrowされる例外クラス |