LibrePCB Developers Documentation
RangeError Member List

This is the complete list of members for RangeError, including all inherited members.

clone() const overrideRangeErrorinlinevirtual
Exception()=deleteException
Exception(const Exception &other) noexceptException
Exception(const char *file, int line, const QString &msg=QString("Exception")) noexceptException
getFile() constExceptioninline
getLine() constExceptioninline
getMsg() constExceptioninline
mFileExceptionprivate
mLineExceptionprivate
mMsgExceptionprivate
mMsgUtf8Exceptionmutableprivate
raise() const overrideRangeErrorinlinevirtual
RangeError()=deleteRangeError
RangeError(const char *file, int line, const QString &msg=QString("Range Error")) noexceptRangeError
RangeError(const char *file, int line, const Tval &value, const Tmin &min, const Tmax &max) noexceptRangeErrorinline
RangeError(const RangeError &other) noexceptRangeError
RuntimeError()=deleteRuntimeError
RuntimeError(const char *file, int line, const QString &msg=QString("Runtime Error")) noexceptRuntimeError
RuntimeError(const RuntimeError &other) noexceptRuntimeError
what() const noexcept overrideException
~Exception() noexceptExceptioninlinevirtual
~RuntimeError() noexceptRuntimeErrorinlinevirtual