openModeller  Version 1.4.0
FileIOException Class Reference

#include <Exceptions.hh>

Inheritance diagram for FileIOException:
Collaboration diagram for FileIOException:

List of all members.

Public Member Functions

 FileIOException (const std::string &msg, const std::string &filename)
 ~FileIOException () throw ()
std::string getFilename ()

Private Attributes

std::string filename

Detailed Description

Definition at line 78 of file Exceptions.hh.


Constructor & Destructor Documentation

FileIOException::FileIOException ( const std::string &  msg,
const std::string &  filename 
) [inline]

Definition at line 80 of file Exceptions.hh.

FileIOException::~FileIOException ( ) throw () [inline]

Definition at line 84 of file Exceptions.hh.


Member Function Documentation

std::string FileIOException::getFilename ( ) [inline]

Definition at line 85 of file Exceptions.hh.

References filename.


Member Data Documentation

std::string FileIOException::filename [private]

Definition at line 89 of file Exceptions.hh.

Referenced by getFilename().


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