librcsb-core-wrapper
1.000
|
Empty value exception (e.g. NULL pointer, empty string) More...
#include <Exceptions.h>
Public Member Functions | |
EmptyValueException (const std::string &message=std::string(), const std::string &location=std::string()) | |
~EmptyValueException () 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 |
Empty value exception (e.g. NULL pointer, empty string)
EmptyValueException::EmptyValueException | ( | const std::string & | message = std::string() , |
const std::string & | location = std::string() |
||
) |
EmptyValueException::~EmptyValueException | ( | ) | throw () |