Struct XFileCorrupt#
Defined in File config.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XFileCorrupt : public sdv::XSysExcept, public sdv::XSysExcept#
File corruption detected.
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[] = "The inetrnal structure of the file is not as expected."
Description
-
u8string ssPath
Path to the file that is corrupted.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x771AE153DF805691#
Exception ID.
-
static const char _description[] = "The inetrnal structure of the file is not as expected."#
Description
-
inline virtual const char *what() const noexcept override#