#include <myexception.h>
|
| int | getNiveau () const throw () |
| |
| | MyException (int numero=0, string const &phrase="", int niveau=0) throw () |
| |
| virtual const char * | what () const throw () |
| |
| virtual | ~MyException () throw () |
| |
Definition at line 8 of file myexception.h.
| MyException::MyException |
( |
int |
numero = 0, |
|
|
string const & |
phrase = "", |
|
|
int |
niveau = 0 |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
| virtual MyException::~MyException |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
| int MyException::getNiveau |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
| virtual const char* MyException::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
| int MyException::m_niveau |
|
private |
| int MyException::m_numero |
|
private |
| string MyException::m_phrase |
|
private |
The documentation for this class was generated from the following file: