RTC Toolkit
2.0.0
|
Thrown in cases where an initialisation routine has failed. More...
#include <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 | |
virtual | ~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 |