.TH "std::experimental::filesystem::filesystem_error" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::filesystem::filesystem_error \- Exception type thrown by the Filesystem TS library\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::system_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, const \fBpath\fP &__p2, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, \fBerror_code\fP __ec)" .br .ti -1c .RI "const \fBerror_code\fP & \fBcode\fP () const noexcept" .br .ti -1c .RI "const \fBpath\fP & \fBpath1\fP () const noexcept" .br .ti -1c .RI "const \fBpath\fP & \fBpath2\fP () const noexcept" .br .ti -1c .RI "const char * \fBwhat\fP () const noexcept" .br .in -1c .SH "Detailed Description" .PP Exception type thrown by the Filesystem TS library\&. .PP Definition at line \fB707\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::experimental::filesystem::filesystem_error::filesystem_error (const \fBstring\fP & __what_arg, \fBerror_code\fP __ec)\fC [inline]\fP" .PP Definition at line \fB710\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SS "std::experimental::filesystem::filesystem_error::filesystem_error (const \fBstring\fP & __what_arg, const \fBpath\fP & __p1, \fBerror_code\fP __ec)\fC [inline]\fP" .PP Definition at line \fB713\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SS "std::experimental::filesystem::filesystem_error::filesystem_error (const \fBstring\fP & __what_arg, const \fBpath\fP & __p1, const \fBpath\fP & __p2, \fBerror_code\fP __ec)\fC [inline]\fP" .PP Definition at line \fB717\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "const \fBerror_code\fP & std::system_error::code () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB480\fP of file \fBsystem_error\fP\&. .SS "const \fBpath\fP & std::experimental::filesystem::filesystem_error::path1 () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB724\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SS "const \fBpath\fP & std::experimental::filesystem::filesystem_error::path2 () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB725\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .SS "const char * std::experimental::filesystem::filesystem_error::what () const\fC [inline]\fP, \fC [virtual]\fP, \fC [noexcept]\fP" Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor)\&. .br .PP Reimplemented from \fBstd::runtime_error\fP\&. .PP Definition at line \fB726\fP of file \fBexperimental/bits/fs_path\&.h\fP\&. .PP References \fBstd::basic_string< _CharT, _Traits, _Alloc >::c_str()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.