Map Matching
MyException Class Reference

#include <myexception.h>

Inheritance diagram for MyException:
Collaboration diagram for MyException:

Public Member Functions

int getNiveau () const throw ()
 
 MyException (int numero=0, string const &phrase="", int niveau=0) throw ()
 
virtual const char * what () const throw ()
 
virtual ~MyException () throw ()
 

Private Attributes

int m_niveau
 
int m_numero
 
string m_phrase
 

Detailed Description

Definition at line 8 of file myexception.h.

Constructor & Destructor Documentation

MyException::MyException ( int  numero = 0,
string const &  phrase = "",
int  niveau = 0 
)
throw (
)
inline

Definition at line 11 of file myexception.h.

virtual MyException::~MyException ( )
throw (
)
inlinevirtual

Definition at line 28 of file myexception.h.

Member Function Documentation

int MyException::getNiveau ( ) const
throw (
)
inline

Definition at line 23 of file myexception.h.

virtual const char* MyException::what ( ) const
throw (
)
inlinevirtual

Definition at line 18 of file myexception.h.

Member Data Documentation

int MyException::m_niveau
private

Definition at line 33 of file myexception.h.

int MyException::m_numero
private

Definition at line 31 of file myexception.h.

string MyException::m_phrase
private

Definition at line 32 of file myexception.h.


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