Jpp
18.0.0-rc.4
the software that should make you happy
|
Exception handler for functional object. More...
#include <JFunctional.hh>
Public Member Functions | |
JExceptionHandler () | |
Default constructor. More... | |
virtual | ~JExceptionHandler () |
Virtual destructor. More... | |
virtual result_type | action (const JException &error) const |
Implementation of exception handler. More... | |
Exception handler for functional object.
Definition at line 131 of file JFunctional.hh.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implementation of exception handler.
This implementation throws the exception.
error | error |
Reimplemented in JTOOLS::JFunctional< JArgument_t, JResult_t >::JDefaultResult.
Definition at line 153 of file JFunctional.hh.