stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::FileAccessFailed Class Reference

An error occurred during file access. More...

#include <Exception.h>

Inheritance diagram for stromx::runtime::FileAccessFailed:
stromx::runtime::FileException stromx::runtime::Exception

Public Member Functions

 FileAccessFailed (const std::string &filename, const std::string &container, const std::string &message="")
 
- Public Member Functions inherited from stromx::runtime::FileException
 FileException (const std::string &filename, const std::string &container, const std::string &message)
 
const std::string & filename () const
 
const std::string & container () const
 
void setContainer (const std::string &container)
 
- Public Member Functions inherited from stromx::runtime::Exception
 Exception (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual const std::string & message () const
 
virtual const std::string & callStack () const
 

Detailed Description

An error occurred during file access.


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