Base class for all RCSB exceptions.
More...
#include <Exceptions.h>
|
| 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 () |
|
Base class for all RCSB exceptions.
◆ RcsbException()
RcsbException::RcsbException |
( |
const std::string & | message = std::string(), |
|
|
const std::string & | location = std::string() ) |
◆ ~RcsbException()
RcsbException::~RcsbException |
( |
| ) |
|
throw | ( | ) | | | |
◆ AppendMessage()
void RcsbException::AppendMessage |
( |
const std::string & | message = std::string(), |
|
|
const std::string & | location = std::string() ) |
◆ what()
const char * RcsbException::what |
( |
| ) |
const |
throw | ( | ) | | | |
◆ _message
std::string RcsbException::_message |
|
protected |
The documentation for this class was generated from the following file: