InvalidChannelException Class Reference

#include <ArmarXCore/observers/exceptions/local/InvalidChannelException.h>

+ Inheritance diagram for InvalidChannelException:

Public Member Functions

 InvalidChannelException (std::string channelName)
 
std::string name () const override
 
 ~InvalidChannelException () noexcept override
 

Public Attributes

std::string channelName
 

Detailed Description

Definition at line 33 of file InvalidChannelException.h.

Constructor & Destructor Documentation

◆ InvalidChannelException()

InvalidChannelException ( std::string  channelName)
inline

Definition at line 38 of file InvalidChannelException.h.

◆ ~InvalidChannelException()

~InvalidChannelException ( )
inlineoverridenoexcept

Definition at line 46 of file InvalidChannelException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 48 of file InvalidChannelException.h.

Member Data Documentation

◆ channelName

std::string channelName

Definition at line 36 of file InvalidChannelException.h.


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