#include <generic.h>
Inheritance diagram for ExceptionZero:
Public Member Functions | |
ExceptionZero (const wxString desc) | |
Exception with description. | |
enum exception_t | GetSeverity () const |
Returns exception severity. | |
wxString | GetDesc () const |
Returns exception description. |
Generated whenever a division by zero (or a selection from an empty list) occurs.
|
Exception with description. Generate a division by zero (or kind of) exception with description. The severity is EXC_RUNTIME (non-fatal, try to handle nicely).
|
|
Returns exception description.
|
|
Returns exception severity.
|