RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::UnsupportedTypeException Class Reference

The UnsupportedTypeException is thrown whenever an attempt is made to use an unsupported type in the RTC Toolkit API. More...

#include <rtctk/componentFramework/exceptions.hpp>

Inheritance diagram for rtctk::componentFramework::UnsupportedTypeException:
rtctk::componentFramework::RtctkException rtctk::componentFramework::RepositoryIf::MetaData::UnsupportedType rtctk::componentFramework::RepositoryIf::UnsupportedType

Public Member Functions

 UnsupportedTypeException (const std::string &type)
 
 UnsupportedTypeException (const std::type_info &type)
 
 UnsupportedTypeException (const elt::common::CiiBasicDataType type)
 
- Public Member Functions inherited from rtctk::componentFramework::RtctkException
 RtctkException () noexcept
 
 RtctkException (const std::string &msg)
 
 RtctkException (const RtctkException &other) noexcept
 
 ~RtctkException () override=default
 

Detailed Description

The UnsupportedTypeException is thrown whenever an attempt is made to use an unsupported type in the RTC Toolkit API.

Constructor & Destructor Documentation

◆ UnsupportedTypeException() [1/3]

rtctk::componentFramework::UnsupportedTypeException::UnsupportedTypeException ( const std::string & type)
explicit

◆ UnsupportedTypeException() [2/3]

rtctk::componentFramework::UnsupportedTypeException::UnsupportedTypeException ( const std::type_info & type)
explicit

◆ UnsupportedTypeException() [3/3]

rtctk::componentFramework::UnsupportedTypeException::UnsupportedTypeException ( const elt::common::CiiBasicDataType type)
explicit

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