std::exception
提供: cppreference.com
ヘッダ <exception> で定義
|
||
class exception; |
||
throw 式を使用してエラーを処理するための一貫したインタフェースを提供します。
標準ライブラリによって生��される例外はすべて std::exception から派生します。
- bad_optional_access(C++17)
- runtime_error
- range_error
- overflow_error
- underflow_error
- regex_error(C++11)
- system_error(C++11)
- ios_base::failure(C++11)
- filesystem::filesystem_error(C++17)
- tx_exception(TM TS)
- nonexistent_local_time(C++20)
- ambiguous_local_time(C++20)
- format_error(C++20)
- bad_any_cast(C++17)
- bad_weak_ptr(C++11)
- bad_function_call(C++11)
- bad_alloc
- bad_array_new_length(C++11)
- bad_exception
- ios_base::failure(C++11未満)
- bad_variant_access(C++17)
[編集] メンバ関数
例外オブジェクトを構築します (パブリックメンバ関数) | |
[仮想] |
例外オブジェクトを破棄します (仮想パブリックメンバ関数) |
例外オブジェクトをコピーします (パブリックメンバ関数) | |
[仮想] |
説明文字列を返します (仮想パブリックメンバ関数) |