LibrePCB Developers Documentation
|
This is the complete list of members for RangeError, including all inherited members.
clone() const override | RangeError | 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 | RangeError | inlinevirtual |
RangeError()=delete | RangeError | |
RangeError(const char *file, int line, const QString &msg=QString("Range Error")) noexcept | RangeError | |
RangeError(const char *file, int line, const Tval &value, const Tmin &min, const Tmax &max) noexcept | RangeError | inline |
RangeError(const RangeError &other) noexcept | RangeError | |
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 |