Struct XDuplicateFile#
Defined in File config.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XDuplicateFile : public sdv::XSysExcept, public sdv::XSysExcept#
A file with the same path already exists.
Public Functions
-
inline virtual const char *what() const noexcept override#
Return the explanatory string.
- Returns:
The descriptive string.
-
inline virtual ::sdv::exception_id id() const noexcept override#
Return the id.
- Returns:
The id of the exception.
Public Members
-
const char _description[] = "A file with the same path already exists."
Description
-
u8string ssFilePath
Path to the file.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0xDA7E5CEEE2659193#
Exception ID.
-
static const char _description[] = "A file with the same path already exists."#
Description
-
inline virtual const char *what() const noexcept override#