openModeller  Version 1.5.0
FileIOException Class Reference

#include <Exceptions.hh>

Inheritance diagram for FileIOException:
Inheritance graph
Collaboration diagram for FileIOException:
Collaboration graph

Public Member Functions

 FileIOException (const std::string &msg, const std::string &filename)
 
 ~FileIOException () throw ()
 
std::string getFilename ()
 
- Public Member Functions inherited from OmException
 OmException (const std::string &msg)
 

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: