CCIMXDesktop
 
Loading...
Searching...
No Matches
UnSymmetryExpression Class Reference

Exception thrown when an expression has unbalanced parentheses or structure. More...

#include <ParseExceptions.h>

Inheritance diagram for UnSymmetryExpression:

Public Member Functions

 UnSymmetryExpression ()
 Constructs an UnSymmetryExpression exception.
 
const char * what () const noexcept override
 Returns the error message.
 

Detailed Description

Exception thrown when an expression has unbalanced parentheses or structure.

Member Function Documentation

◆ what()

const char * UnSymmetryExpression::what ( ) const
inlineoverridenoexcept

Returns the error message.

Returns
C-style string with the error description.

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