FileNotFoundError Class Reference

#include <Exceptions.h>

Inheritance diagram for FileNotFoundError:
Inheritance graph
[legend]
Collaboration diagram for FileNotFoundError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FileNotFoundError ()
 FileNotFoundError (std::string file)
std::string getPath ()
std::string getErrMsg ()
void setPath (std::string path)

Private Attributes

std::string path

Constructor & Destructor Documentation

FileNotFoundError::FileNotFoundError (  )  [inline]
FileNotFoundError::FileNotFoundError ( std::string  file  )  [inline]

Member Function Documentation

std::string FileNotFoundError::getErrMsg (  )  [inline]
std::string FileNotFoundError::getPath (  )  [inline]
void FileNotFoundError::setPath ( std::string  path  )  [inline]

Member Data Documentation

std::string FileNotFoundError::path [private]

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

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1