InvalidCheckException Class Reference

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

+ Inheritance diagram for InvalidCheckException:

Public Member Functions

 InvalidCheckException (std::string checkName)
 
std::string name () const override
 
 ~InvalidCheckException () noexcept override
 

Public Attributes

std::string checkName
 

Detailed Description

Definition at line 32 of file InvalidCheckException.h.

Constructor & Destructor Documentation

◆ InvalidCheckException()

InvalidCheckException ( std::string  checkName)
inline

Definition at line 37 of file InvalidCheckException.h.

◆ ~InvalidCheckException()

~InvalidCheckException ( )
inlineoverridenoexcept

Definition at line 45 of file InvalidCheckException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 47 of file InvalidCheckException.h.

Member Data Documentation

◆ checkName

std::string checkName

Definition at line 35 of file InvalidCheckException.h.


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