![]() |
OpenMS
|
This is the complete list of members for MzPAFParseError, 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_ | MzPAFParseError | private |
| context_after_ | MzPAFParseError | private |
| context_before_ | MzPAFParseError | private |
| extractContext_(const String &input, size_t pos) | MzPAFParseError | private |
| file_ | BaseException | protected |
| function_ | BaseException | protected |
| getErrorCode() const noexcept | MzPAFParseError | inline |
| getFile() const noexcept | BaseException | |
| getFormattedMessage() const | MzPAFParseError | |
| getFunction() const noexcept | BaseException | |
| getLine() const noexcept | BaseException | |
| getMessage() const noexcept | BaseException | |
| getName() const noexcept | BaseException | |
| getPosition() const noexcept | MzPAFParseError | inline |
| line_ | BaseException | protected |
| MzPAFParseError(const char *file, int line, const char *function, MzPAFErrorCode error_code, size_t error_position, const String &input, const String &message) noexcept | MzPAFParseError | |
| name_ | BaseException | protected |
| ParseError(const char *file, int line, const char *function, const std::string &expression, const std::string &message) noexcept | ParseError | |
| position_ | MzPAFParseError | private |
| ~BaseException() noexcept override | BaseException |