Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Exception Class Reference

Exception class. More...

#include <generic.h>

Inheritance diagram for Exception:

ExceptionIO ExceptionZero List of all members.

Public Member Functions

 Exception (const enum exception_t severity)
 Exception constructor.

 Exception (const enum exception_t severity, const wxString desc)
 Exception with description.

enum exception_t GetSeverity () const
 Returns exception severity.

wxString GetDesc () const
 Returns exception description.


Private Attributes

enum exception_t sev
 Severity.

wxString dsc
 Description.


Detailed Description

Exception class.


Constructor & Destructor Documentation

Exception::Exception const enum exception_t  severity  ) 
 

Exception constructor.

Generate a generic exception.

Parameters:
severity Severity of the exception.

Exception::Exception const enum exception_t  severity,
const wxString  desc
 

Exception with description.

Generate a generic exception with a textural description.

Parameters:
severity Severity of the exception.
desc Human-readable description.


Member Function Documentation

wxString Exception::GetDesc  )  const
 

Returns exception description.

Returns:
Exception description.

enum exception_t Exception::GetSeverity  )  const
 

Returns exception severity.

Returns:
Exception severity.


Member Data Documentation

wxString Exception::dsc [private]
 

Description.

enum exception_t Exception::sev [private]
 

Severity.


The documentation for this class was generated from the following files:
Generated on Wed Jul 28 17:17:42 2004 for FinalMix by doxygen 1.3.5