Main   Class Hierarchy   Classes   Compound List   Files   Compound Members   File Members   Pages  

PathFind::Error Class Reference

#include <error.h>

Inheritance diagram for PathFind::Error:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base class for exceptions.

Definition at line 24 of file error.h.

Public Member Functions

 Error ()
 Error (const string &what)
 ~Error () throw ()
void setMessage (const string &message)
const char * what () const throw ()

Private Attributes

string m_message


Constructor & Destructor Documentation

PathFind::Error::Error  )  [inline]
 

Definition at line 28 of file error.h.

PathFind::Error::Error const string &  what  )  [inline]
 

Definition at line 31 of file error.h.

References m_message, and what().

Error::~Error  )  throw ()
 

Definition at line 18 of file error.cpp.


Member Function Documentation

void PathFind::Error::setMessage const string &  message  )  [inline]
 

Definition at line 37 of file error.h.

References m_message.

Referenced by PathFind::ReadError::ReadError().

const char* PathFind::Error::what  )  const throw () [inline]
 

Definition at line 42 of file error.h.

References m_message.

Referenced by Error().


Member Data Documentation

string PathFind::Error::m_message [private]
 

Definition at line 48 of file error.h.

Referenced by Error(), setMessage(), and what().


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


Generated on Thu Aug 7 13:05:22 2003 by Doxygen1.3.1