ExpressionException Class Reference

This exception is thrown if the macro ARMARX_CHECK_EXPRESSION is used. More...

#include <ArmarXCore/core/exceptions/local/ExpressionException.h>

+ Inheritance diagram for ExpressionException:

Public Member Functions

 ExpressionException (std::string expression) noexcept
 
std::string getExpression () const
 
std::string name () const override
 

Detailed Description

This exception is thrown if the macro ARMARX_CHECK_EXPRESSION is used.

Definition at line 39 of file ExpressionException.h.

Constructor & Destructor Documentation

◆ ExpressionException()

ExpressionException ( std::string  expression)
inlinenoexcept

Definition at line 42 of file ExpressionException.h.

Member Function Documentation

◆ getExpression()

std::string getExpression ( ) const
inline

Definition at line 56 of file ExpressionException.h.

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 50 of file ExpressionException.h.


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