Struct XCannotRemoveDir#
Defined in File config.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XCannotRemoveDir : public sdv::XSysExcept, public sdv::XSysExcept#
Cannot remove a directory.
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[] = "Cannot remove a directory."
Description
-
u8string ssPath
Path to the directory that cannot be removed.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x87D32557D2BF187A#
Exception ID.
-
static const char _description[] = "Cannot remove a directory."#
Description
-
inline virtual const char *what() const noexcept override#