Exception thrown when an unsupported symbol is encountered during parsing.
More...
#include <ParseExceptions.h>
|
| UnSupportedSymbol (const QString symbol) |
| Constructs the exception with the unsupported symbol.
|
|
const char * | what () const noexcept override |
| Returns the error message.
|
|
Exception thrown when an unsupported symbol is encountered during parsing.
◆ UnSupportedSymbol()
UnSupportedSymbol::UnSupportedSymbol |
( |
const QString |
symbol | ) |
|
|
inlineexplicit |
Constructs the exception with the unsupported symbol.
- Parameters
-
symbol | The unsupported symbol. |
◆ 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: