nxs_exception_type Struct Reference
[Exception handling]

Structure representing a class of exceptions. More...


Data Fields

const char *const name
 The name of the exception class.
struct nxs_exception_type *const parent
 Exception class to inherit from.


Detailed Description

Structure representing a class of exceptions.

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.


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 20 13:42:47 2007 for NXS Toolkit by  doxygen 1.5.4