LibrePCB Developers Documentation
|
This is the complete list of members for RuntimeError, including all inherited members.
clone() const override | RuntimeError | 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 |
mFile | Exception | private |
mLine | Exception | private |
mMsg | Exception | private |
mMsgUtf8 | Exception | mutableprivate |
raise() const override | RuntimeError | 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 |