std::experimental::filesystem::filesystem_error (3) - Linux Manuals

std::experimental::filesystem::filesystem_error: std::experimental::filesystem::filesystem_error

NAME

std::experimental::filesystem::filesystem_error - std::experimental::filesystem::filesystem_error

Synopsis


Defined in header <experimental/filesystem>
class filesystem_error; (filesystem TS)


An exception type thrown when errors are encountered.
 std-experimental-filesystem-filesystem error-inheritance.svg
Inheritance diagram

Member functions


              constructs the error object
constructor (public member function)
              returns the paths that were involved in the operation that caused the error
path1 (public member function)
path2
              returns the explanatory string
what (public member function)

See also


 This section is incomplete