NotImplementedYetException Class Reference

The NotImplementedYetException class. More...

#include <RobotAPI/libraries/aron/core/Exception.h>

+ Inheritance diagram for NotImplementedYetException:

Public Member Functions

 NotImplementedYetException ()=delete
 
 NotImplementedYetException (const std::string &prettymethod)
 
- Public Member Functions inherited from AronException
 AronException ()=delete
 
 AronException (const std::string &prettymethod, const std::string &reason)
 
 AronException (const std::string &prettymethod, const std::string &reason, const Path &path)
 
AronExceptionoperator() (const std::string &additionalMessage="")
 call operator to append a message to the exception. Used by ARMARX_CHECK_AND_THROW More...
 

Detailed Description

The NotImplementedYetException class.

Definition at line 88 of file Exception.h.

Constructor & Destructor Documentation

◆ NotImplementedYetException() [1/2]

◆ NotImplementedYetException() [2/2]

NotImplementedYetException ( const std::string &  prettymethod)
inline

Definition at line 93 of file Exception.h.


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