Qucs-core
0.0.19
|
#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 | ( | ) | [final] |
Definition at line 61 of file exception.cpp.
int qucs::exception::getCode | ( | void | ) | [inline] |
Definition at line 50 of file exception.h.
int qucs::exception::getData | ( | void | ) | [inline] |
Definition at line 57 of file exception.h.
exception qucs::exception::getNext | ( | void | ) | [inline, final] |
Definition at line 54 of file exception.h.
char* qucs::exception::getText | ( | void | ) | [inline] |
Definition at line 52 of file exception.h.
void qucs::exception::setCode | ( | int | c | ) | [inline] |
Definition at line 51 of file exception.h.
void qucs::exception::setData | ( | int | d | ) | [inline] |
Definition at line 56 of file exception.h.
void qucs::exception::setNext | ( | exception * | e | ) | [inline] |
Definition at line 55 of file exception.h.
void exception::setText | ( | const char * | format, |
... | |||
) |
Definition at line 67 of file exception.cpp.
int qucs::exception::code [private] |
Definition at line 60 of file exception.h.
int qucs::exception::data [private] |
Definition at line 61 of file exception.h.
char* qucs::exception::txt [private] |
Definition at line 62 of file exception.h.