NotImplementedYetException Class Reference

Throw this exception to indicate missing functionality. More...

#include <ArmarXCore/core/exceptions/user/NotImplementedYetException.h>

+ Inheritance diagram for NotImplementedYetException:

Public Member Functions

std::string ice_id () const override
 
 NotImplementedYetException (std::string hint)
 
 ~NotImplementedYetException () noexcept override
 

Detailed Description

Throw this exception to indicate missing functionality.

Definition at line 39 of file NotImplementedYetException.h.

Constructor & Destructor Documentation

◆ NotImplementedYetException()

NotImplementedYetException ( std::string  hint)
inline

Definition at line 43 of file NotImplementedYetException.h.

◆ ~NotImplementedYetException()

~NotImplementedYetException ( )
inlineoverridenoexcept

Definition at line 48 of file NotImplementedYetException.h.

Member Function Documentation

◆ ice_id()

std::string ice_id ( ) const
inlineoverride

Definition at line 52 of file NotImplementedYetException.h.


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