Struct XUnknownException#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XUnknownException : public sdv::XSysExcept, public sdv::XSysExcept#
Unknown exception.
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::exception_id unknown_id#
The ID of the unknown exception.
-
const char _description[] = "An exception was fired, but no handler found for it."
Description
-
exception_id unknown_id
The ID of the unknown exception.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x18504F1A91F6FC94#
Exception ID.
-
static const char _description[] = "An exception was fired, but no handler found for it."#
Description
-
inline virtual const char *what() const noexcept override#