librcsb-core-wrapper
1.000
|
File mode exception (e.g. attempt to write to read-only file, invalid mode.) More...
#include <Exceptions.h>
Public Member Functions | |
FileModeException (const std::string &message=std::string(), const std::string &location=std::string()) | |
~FileModeException () throw () | |
![]() | |
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 | |
![]() | |
std::string | _message |
File mode exception (e.g. attempt to write to read-only file, invalid mode.)
FileModeException::FileModeException | ( | const std::string & | message = std::string() , |
const std::string & | location = std::string() |
||
) |
FileModeException::~FileModeException | ( | ) | throw () |