Jpp
18.0.1-rc.1
the software that should make you happy
|
Auxiliary base class for controling the throwing of exceptions. More...
#include <JThrow.hh>
Static Public Member Functions | |
static void | Throw (const bool option) |
Enable/disable throw option. More... | |
static int | Throw (const JException &error, const int value=-1) |
Throw exception or return error. More... | |
Static Protected Attributes | |
static bool | do_throw = true |
throw option More... | |
Auxiliary base class for controling the throwing of exceptions.
The template class refers to the throwing object.
|
inlinestatic |
|
inlinestatic |
Throw exception or return error.
error | exception |
value | return code |
Definition at line 50 of file JThrow.hh.
|
staticprotected |