Qucs-core
0.0.18
|
#include <exception.h>
Public Member Functions | |
exception const exception & | ~exception () |
int | getCode (void) |
void | setCode (int c) |
char * | getText (void) |
void | setText (const char *,...) |
exception | getNext (void) |
void | setNext (exception *e) |
void | setData (int d) |
int | getData (void) |
Private Attributes | |
int | code |
int | data |
char * | txt |
Definition at line 43 of file exception.h.
exception::~exception | ( | ) |
Definition at line 61 of file exception.cpp.
|
inline |
Definition at line 50 of file exception.h.
|
inline |
Definition at line 57 of file exception.h.
|
inline |
Definition at line 54 of file exception.h.
|
inline |
Definition at line 52 of file exception.h.
|
inline |
Definition at line 51 of file exception.h.
|
inline |
Definition at line 56 of file exception.h.
|
inline |
Definition at line 55 of file exception.h.
void exception::setText | ( | const char * | format, |
... | |||
) |
Definition at line 67 of file exception.cpp.
|
private |
Definition at line 60 of file exception.h.
|
private |
Definition at line 61 of file exception.h.
|
private |
Definition at line 62 of file exception.h.