Struct XNullPointer#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XNullPointer : public sdv::XSysExcept, public sdv::XSysExcept#
Null pointer.
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 NULL-pointer was supplied."
Description
Public Static Attributes
-
static const ::sdv::exception_id _id = 0xEEF0101F215DAB3F#
Exception ID.
-
static const char _description[] = "A NULL-pointer was supplied."#
Description
-
inline virtual const char *what() const noexcept override#