|
Mantid
|
Specialised exception for parsing errors. More...
#include <Expression.h>
Public Member Functions | |
| ParsingError (const std::string &msg) | |
| Constructor. More... | |
| ParsingError (const std::string &msg, const std::string &expr, size_t i) | |
| Constructor. More... | |
Specialised exception for parsing errors.
Definition at line 39 of file Expression.h.
| Mantid::API::Expression::ParsingError::ParsingError | ( | const std::string & | msg, |
| const std::string & | expr, | ||
| size_t | i | ||
| ) |
Constructor.
| msg | :: The text of the error message. |
| expr | :: An expression string that caused the error. |
| i | :: An index of a symbol in expr that may help identify the location of the error. |
Definition at line 65 of file Expression.cpp.
| Mantid::API::Expression::ParsingError::ParsingError | ( | const std::string & | msg | ) |
Constructor.
| msg | :: The text of the error message. |
Definition at line 70 of file Expression.cpp.