std::filesystem::filesystem_error
提供: cppreference.com
< cpp | filesystem
ヘッダ <filesystem> で定義
|
||
class filesystem_error; |
(C++17以上) | |
クラス std::filesystem::filesystem_error
はファイルシステムライブラリ関数の例外を投げるオーバーロードによって失敗時に投げられる例外オブジェクトを定義します。
目次 |
[編集] メンバ関数
例外オブジェクトを構築します (パブリックメンバ関数) | |
エラーの原因となった操作に関連するパスを返します (パブリックメンバ関数) | |
説明文字列を返します (パブリックメンバ関数) |
std::system_error から継承
メンバ関数
エラーコードを返します ( std::system_error のパブリックメンバ関数)
| |
[仮想] |
説明文字列を返します ( std::system_error の仮想パブリックメンバ関数)
|
std::runtime_error から継承
std::exception から継承
メンバ関数
[仮想] |
例外オブジェクトを破棄します ( std::exception の仮想パブリックメンバ関数)
|
[仮想] |
説明文字列を返します ( std::exception の仮想パブリックメンバ関数)
|
[編集] 例
This section is incomplete Reason: no example |