SISCone 3.0.5
|
class corresponding to errors that will be thrown by siscone More...
#include <siscone_error.h>
Public Member Functions | |
Csiscone_error () | |
default ctor More... | |
Csiscone_error (const std::string &message_in) | |
ctor with a given error message More... | |
std::string | message () const |
access to the error message More... | |
Static Public Member Functions | |
static void | setm_print_errors (bool print_errors) |
switch on/off the error message printing More... | |
class corresponding to errors that will be thrown by siscone
Definition at line 38 of file siscone_error.h.
|
inline |
default ctor
Definition at line 41 of file siscone_error.h.
|
inline |
ctor with a given error message
message_in | the error message to be printed |
Definition at line 45 of file siscone_error.h.
|
inline |
access to the error message
Definition at line 51 of file siscone_error.h.
|
inlinestatic |
switch on/off the error message printing
print_errors | errors will be printed when true |
Definition at line 55 of file siscone_error.h.