libstdc++
std::experimental::filesystem::v1::filesystem_error Class Reference

#include <fs_path.h>

Inheritance diagram for std::experimental::filesystem::v1::filesystem_error:
[legend]

Public Member Functions

 filesystem_error (const string &__what_arg, const path &__p1, const path &__p2, error_code __ec)
 
 filesystem_error (const string &__what_arg, const path &__p1, error_code __ec)
 
 filesystem_error (const string &__what_arg, error_code __ec)
 
const error_codecode () const noexcept
 
const pathpath1 () const noexcept
 
const pathpath2 () const noexcept
 
const char * what () const noexcept
 

Detailed Description

Exception type thrown by the Filesystem TS library.

Definition at line 700 of file experimental/bits/fs_path.h.

Constructor & Destructor Documentation

◆ filesystem_error() [1/3]

std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string __what_arg,
error_code  __ec 
)
inline

Definition at line 703 of file experimental/bits/fs_path.h.

◆ filesystem_error() [2/3]

std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string __what_arg,
const path __p1,
error_code  __ec 
)
inline

Definition at line 706 of file experimental/bits/fs_path.h.

◆ filesystem_error() [3/3]

std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string __what_arg,
const path __p1,
const path __p2,
error_code  __ec 
)
inline

Definition at line 710 of file experimental/bits/fs_path.h.

Member Function Documentation

◆ code()

const error_code & std::system_error::code ( ) const
inlinenoexceptinherited

Definition at line 585 of file system_error.

◆ path1()

const path & std::experimental::filesystem::v1::filesystem_error::path1 ( ) const
inlinenoexcept

Definition at line 717 of file experimental/bits/fs_path.h.

◆ path2()

const path & std::experimental::filesystem::v1::filesystem_error::path2 ( ) const
inlinenoexcept

Definition at line 718 of file experimental/bits/fs_path.h.

◆ what()

const char * std::experimental::filesystem::v1::filesystem_error::what ( ) const
inlinevirtualnoexcept

Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor).

Reimplemented from std::runtime_error.

Definition at line 719 of file experimental/bits/fs_path.h.

References std::basic_string< _CharT, _Traits, _Alloc >::c_str().


The documentation for this class was generated from the following file: