rasdaman complete source
|
#include <error.hh>
Public Member Functions | |
r_Ebase_dbms (const long &newErrNum, const char *newErrTxt) | |
constructor. More... | |
r_Ebase_dbms (const r_Ebase_dbms &oldErr) | |
copy constructor More... | |
r_Ebase_dbms (kind newTheKind, unsigned long newErrNum, const char *myStr) | |
constructor reading from a char* containing serialised representation. More... | |
~r_Ebase_dbms () throw () | |
destructor More... | |
const r_Ebase_dbms & | operator= (const r_Ebase_dbms &obj) |
assignment operator More... | |
virtual const char * | what () const throw () |
get an error description More... | |
virtual char * | serialiseError () |
used to transfer exceptions of kind r_Error_SerialisableException to the client. More... | |
![]() | |
r_Error () | |
default constructor More... | |
r_Error (const r_Error &) | |
copy constructor More... | |
r_Error (kind the_kind, unsigned int newErrorNo=0) | |
constructor getting the kind More... | |
r_Error (unsigned int errorno) | |
constructor getting an error number More... | |
virtual | ~r_Error () throw () |
destructor More... | |
const r_Error & | operator= (const r_Error &obj) |
assignment operator More... | |
void | setTextParameter (const char *parameterName, int value) |
replace the specified parameter by the integer value More... | |
void | setTextParameter (const char *parameterName, const char *value) |
replace the specified parameter by the string value More... | |
kind | get_kind () const |
unsigned int | get_errorno () const |
r_Ebase_dbms::r_Ebase_dbms | ( | const long & | newErrNum, |
const char * | newErrTxt | ||
) |
constructor.
r_Ebase_dbms::r_Ebase_dbms | ( | const r_Ebase_dbms & | oldErr | ) |
copy constructor
r_Ebase_dbms::r_Ebase_dbms | ( | kind | newTheKind, |
unsigned long | newErrNum, | ||
const char * | myStr | ||
) |
constructor reading from a char* containing serialised representation.
r_Ebase_dbms::~r_Ebase_dbms | ( | ) | ||
throw | ( | |||
) |
destructor
const r_Ebase_dbms& r_Ebase_dbms::operator= | ( | const r_Ebase_dbms & | obj | ) |
assignment operator
|
virtual |
used to transfer exceptions of kind r_Error_SerialisableException to the client.
Reimplemented from r_Error.
|
virtual |
get an error description
Reimplemented from r_Error.