RTC Toolkit  2.0.0
Public Member Functions | List of all members
rtctk::componentFramework::InitialisationException Class Reference

Thrown in cases where an initialisation routine has failed. More...

#include <exceptions.hpp>

Inheritance diagram for rtctk::componentFramework::InitialisationException:
rtctk::componentFramework::RtctkException

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
 

Detailed Description

Thrown in cases where an initialisation routine has failed.

This is used for example to nest exceptions thrown during initialisation of CII systems.

Constructor & Destructor Documentation

◆ InitialisationException()

rtctk::componentFramework::InitialisationException::InitialisationException ( const std::string &  message)
explicit

The documentation for this class was generated from the following files: