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