rasdaman API
|
#include <error.hh>
Public Member Functions | |
r_Einit_overflow () | |
default constructor 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... | |
virtual const char * | what () const throw () |
get an error description More... | |
const r_Error & | operator= (const r_Error &obj) |
assignment operator More... | |
virtual char * | serialiseError () |
used to transfer exceptions of kind r_Error_SerialisableException to the client. 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_Einit_overflow::r_Einit_overflow | ( | ) |
default constructor