#include <generic.h>
Inheritance diagram for Exception:

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. | |
|
|
Exception constructor. Generate a generic exception.
|
|
||||||||||||
|
Exception with description. Generate a generic exception with a textural description.
|
|
|
Returns exception description.
|
|
|
Returns exception severity.
|
|
|
Description.
|
|
|
Severity.
|
1.3.5