|
RTC Toolkit 5.1.0
|
Thrown in cases where an initialisation routine has failed. More...
#include <rtctk/componentFramework/exceptions.hpp>
Public Member Functions | |
| InitialisationException (const std::string &message) | |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
Thrown in cases where an initialisation routine has failed.
This is used for example to nest exceptions thrown during initialisation of CII systems.
|
explicit |