RTC Toolkit  1.0.0
Public Member Functions | List of all members
rtctk::componentFramework::RtctkException Class Reference

The RtctkException class is the base class for all Rtctk exceptions. More...

#include <exceptions.hpp>

Inheritance diagram for rtctk::componentFramework::RtctkException:
rtctk::componentFramework::BufferTooSmall rtctk::componentFramework::detail::ArgNotSet rtctk::componentFramework::detail::HelpOnly rtctk::componentFramework::DirCreationError rtctk::componentFramework::FileFormatError rtctk::componentFramework::InvalidArgumentException rtctk::componentFramework::InvalidUriInFileError rtctk::componentFramework::NotImplementedException rtctk::componentFramework::PathMissingException rtctk::componentFramework::UnsupportedTypeException rtctk::componentFramework::UnsupportedUriException rtctk::dataTask::AsynchronousError rtctk::dataTask::ParameterNotSet rtctk::dataTask::ParameterNotWriteable rtctk::dataTask::RequestTimedOut

Public Member Functions

 RtctkException () noexcept
 
 RtctkException (const std::string &msg)
 
 RtctkException (const RtctkException &other) noexcept
 
virtual ~RtctkException () override=default
 

Detailed Description

The RtctkException class is the base class for all Rtctk exceptions.

Constructor & Destructor Documentation

◆ RtctkException() [1/3]

rtctk::componentFramework::RtctkException::RtctkException ( )
noexcept

◆ RtctkException() [2/3]

rtctk::componentFramework::RtctkException::RtctkException ( const std::string &  msg)
explicit

◆ RtctkException() [3/3]

rtctk::componentFramework::RtctkException::RtctkException ( const RtctkException other)
noexcept

◆ ~RtctkException()

virtual rtctk::componentFramework::RtctkException::~RtctkException ( )
overridevirtualdefault

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