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

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

#include <ParseExceptions.h>

Inheritance diagram for UnSupportedSymbol:

Public Member Functions

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

Detailed Description

Exception thrown when an unsupported symbol is encountered during parsing.

Constructor & Destructor Documentation

◆ UnSupportedSymbol()

UnSupportedSymbol::UnSupportedSymbol ( const QString  symbol)
inlineexplicit

Constructs the exception with the unsupported symbol.

Parameters
symbolThe unsupported symbol.

Member Function Documentation

◆ what()

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