![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for FileParseError, including all inherited members.
| clone() const override | FileParseError | inlinevirtual |
| Exception()=delete | Exception | |
| Exception(const Exception &other) noexcept | Exception | |
| Exception(const char *file, int line, const QString &msg=QString("Exception")) noexcept | Exception | |
| FileParseError()=delete | FileParseError | |
| FileParseError(const char *file, int line, const FilePath &filePath, const QString &invalidFileContent=QString(), const QString &msg=QString("File Parse Error")) noexcept | FileParseError | |
| FileParseError(const FileParseError &other) noexcept | FileParseError | |
| getFile() const | Exception | inline |
| getLine() const | Exception | inline |
| getMsg() const | Exception | inline |
| mFile | Exception | private |
| mLine | Exception | private |
| mMsg | Exception | private |
| mMsgUtf8 | Exception | mutableprivate |
| raise() const override | FileParseError | inlinevirtual |
| RuntimeError()=delete | RuntimeError | |
| RuntimeError(const char *file, int line, const QString &msg=QString("Runtime Error")) noexcept | RuntimeError | |
| RuntimeError(const RuntimeError &other) noexcept | RuntimeError | |
| what() const noexcept override | Exception | |
| ~Exception() noexcept | Exception | inlinevirtual |
| ~RuntimeError() noexcept | RuntimeError | inlinevirtual |