librcsb-core-wrapper  1.000
Public Member Functions | Protected Attributes | List of all members
RcsbException Class Reference

Base class for all RCSB exceptions. More...

#include <Exceptions.h>

Inheritance diagram for RcsbException:
Inheritance graph
Collaboration diagram for RcsbException:
Collaboration graph

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
 

Detailed Description

Base class for all RCSB exceptions.

Constructor & Destructor Documentation

RcsbException::RcsbException ( const std::string &  message = std::string(),
const std::string &  location = std::string() 
)
RcsbException::~RcsbException ( ) throw ()

Member Function Documentation

void RcsbException::AppendMessage ( const std::string &  message = std::string(),
const std::string &  location = std::string() 
)
const char* RcsbException::what ( ) const throw ()

Member Data Documentation

std::string RcsbException::_message
protected

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