|
librcsb-core-wrapper 1.005
|
Base class for all RCSB exceptions. More...
#include <Exceptions.h>


Public Member Functions | |
| 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 () |
Protected Attributes | |
| std::string | _message |
Base class for all RCSB exceptions.
| RcsbException::RcsbException | ( | const std::string & | message = std::string(), |
| const std::string & | location = std::string() ) |
| RcsbException::~RcsbException | ( | ) | ||||
| throw | ( | ) | ||||
| void RcsbException::AppendMessage | ( | const std::string & | message = std::string(), |
| const std::string & | location = std::string() ) |
References AppendMessage().
Referenced by AppendMessage().
|
protected |