librcsb-core-wrapper  1.000
Public Member Functions | List of all members
FileException Class Reference

Generic files related exception (e.g. read error, write errror, etc.) More...

#include <Exceptions.h>

Inheritance diagram for FileException:
Inheritance graph
Collaboration diagram for FileException:
Collaboration graph

Public Member Functions

 FileException (const std::string &message=std::string(), const std::string &location=std::string())
 
 ~FileException () throw ()
 
- Public Member Functions inherited from RcsbException
 RcsbException (const std::string &message=std::string(), const std::string &location=std::string())
 
 ~RcsbException () throw ()
 
void AppendMessage (const std::string &message=std::string(), const std::string &location=std::string())
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from RcsbException
std::string _message
 

Detailed Description

Generic files related exception (e.g. read error, write errror, etc.)

Constructor & Destructor Documentation

FileException::FileException ( const std::string &  message = std::string(),
const std::string &  location = std::string() 
)
FileException::~FileException ( ) throw ()

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