Struct XCannotCreateDir#

Inheritance Relationships#

Base Types#

Struct Documentation#

struct XCannotCreateDir : public sdv::XSysExcept, public sdv::XSysExcept#

Cannot create 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

sdv::u8string ssPath#

Path to the directory that cannot be created.

const char _description[] = "Cannot create a directory."

Description

u8string ssPath

Path to the directory that cannot be created.

Public Static Attributes

static const ::sdv::exception_id _id = 0xC1658E8DEB47D2D5#

Exception ID.

static const char _description[] = "Cannot create a directory."#

Description