librcsb-core-wrapper
1.000
|
Invalid state exception (e.g. getting a row reference in a column-wise table/// ) More...
#include <Exceptions.h>
Public Member Functions | |
InvalidStateException (const std::string &message=std::string(), const std::string &location=std::string()) | |
~InvalidStateException () 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 |
Invalid state exception (e.g. getting a row reference in a column-wise table/// )
InvalidStateException::InvalidStateException | ( | const std::string & | message = std::string() , |
const std::string & | location = std::string() |
||
) |
InvalidStateException::~InvalidStateException | ( | ) | throw () |