![]() |
OpenMS
|
This is the complete list of members for ProForma::ParseError, including all inherited members.
| BaseException() noexcept | BaseException | |
| BaseException(const char *file, int line, const char *function) noexcept | BaseException | |
| BaseException(const char *file, int line, const char *function, const std::string &name, const std::string &message) noexcept | BaseException | |
| BaseException(const BaseException &exception) noexcept | BaseException | |
| code_ | ProForma::ParseError | private |
| context_after_ | ProForma::ParseError | private |
| context_before_ | ProForma::ParseError | private |
| expected_ | ProForma::ParseError | private |
| extractContext_(const String &input, size_t pos) | ProForma::ParseError | private |
| file_ | BaseException | protected |
| found_ | ProForma::ParseError | private |
| function_ | BaseException | protected |
| getContextAfter() const noexcept | ProForma::ParseError | inline |
| getContextBefore() const noexcept | ProForma::ParseError | inline |
| getErrorCode() const noexcept | ProForma::ParseError | inline |
| getExpected() const noexcept | ProForma::ParseError | inline |
| getFile() const noexcept | BaseException | |
| getFormattedMessage() const | ProForma::ParseError | |
| getFound() const noexcept | ProForma::ParseError | inline |
| getFunction() const noexcept | BaseException | |
| getLine() const noexcept | BaseException | |
| getMessage() const noexcept | BaseException | |
| getName() const noexcept | BaseException | |
| getPosition() const noexcept | ProForma::ParseError | inline |
| line_ | BaseException | protected |
| name_ | BaseException | protected |
| ParseError(const char *file, int line, const char *function, ErrorCode error_code, size_t error_position, const String &input, const String &message) noexcept | ProForma::ParseError | |
| OpenMS::Exception::ParseError::ParseError(const char *file, int line, const char *function, const std::string &expression, const std::string &message) noexcept | ParseError | |
| position_ | ProForma::ParseError | private |
| setExpectedFound(const String &expected, const String &found) | ProForma::ParseError | |
| ~BaseException() noexcept override | BaseException |