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