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