|
librcsb-core-wrapper 1.005
|
Object not found (thrown everywhere except from .find() methods). More...
#include <Exceptions.h>


Public Member Functions | |
| NotFoundException (const std::string &message=std::string(), const std::string &location=std::string()) | |
| ~NotFoundException () 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 |
Object not found (thrown everywhere except from .find() methods).
| NotFoundException::NotFoundException | ( | const std::string & | message = std::string(), |
| const std::string & | location = std::string() ) |
| NotFoundException::~NotFoundException | ( | ) | ||||
| throw | ( | ) | ||||