rasdaman complete source
|
#include <error.hh>
Public Member Functions | |
r_Elimits_mismatch (r_Range lim1, r_Range lim2) | |
constructor getting two limits on the same interval 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 |
Protected Member Functions | |
virtual void | resetErrorText () |
reset error text More... | |
![]() | |
void | setErrorTextOnKind () |
set error text according to the actual error kind More... | |
void | setErrorTextOnNumber () |
set error text according to the actual error number More... | |
constructor getting two limits on the same interval
|
protectedvirtual |
reset error text
Reimplemented from r_Error.