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

Exception thrown when an unsupported function is encountered during parsing. More...

#include <ParseExceptions.h>

Inheritance diagram for UnSupportiveFunction:

Public Member Functions

 UnSupportiveFunction (const QString symbol)
 Constructs the exception with the unsupported function name.
 
const char * what () const noexcept override
 Returns the error message.
 

Detailed Description

Exception thrown when an unsupported function is encountered during parsing.

Constructor & Destructor Documentation

◆ UnSupportiveFunction()

UnSupportiveFunction::UnSupportiveFunction ( const QString  symbol)
inlineexplicit

Constructs the exception with the unsupported function name.

Parameters
symbolThe unsupported function name.

Member Function Documentation

◆ what()

const char * UnSupportiveFunction::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: