My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qucs::exception Class Reference

#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)
 

Detailed Description

Definition at line 42 of file exception.h.

Constructor & Destructor Documentation

exception::~exception ( )
final

Definition at line 61 of file exception.cpp.

Member Function Documentation

int qucs::exception::getCode ( void  )
inline

Definition at line 49 of file exception.h.

Here is the caller graph for this function:

int qucs::exception::getData ( void  )
inline

Definition at line 56 of file exception.h.

exception qucs::exception::getNext ( void  )
inlinefinal

Definition at line 53 of file exception.h.

Here is the caller graph for this function:

char* qucs::exception::getText ( void  )
inline

Definition at line 51 of file exception.h.

Here is the caller graph for this function:

void qucs::exception::setCode ( int  c)
inline

Definition at line 50 of file exception.h.

void qucs::exception::setData ( int  d)
inline

Definition at line 55 of file exception.h.

void qucs::exception::setNext ( exception e)
inline

Definition at line 54 of file exception.h.

Here is the caller graph for this function:

void exception::setText ( const char *  format,
  ... 
)

Definition at line 67 of file exception.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: