Data Fields | |
const char *const | name |
The name of the exception class. | |
struct nxs_exception_type *const | parent |
Exception class to inherit from. |
There is no need to ever create an object of this type; instead, use nxs_exception_declare(), nxs_exception_define(), and nxs_exception_define_root() to create new exception classes.
const char* const nxs_exception_type::name |
The name of the exception class.
struct nxs_exception_type* const nxs_exception_type::parent [read] |
Exception class to inherit from.