jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
This is the complete list of members for jau::IndexOutOfBoundsError, including all inherited members.
backtrace() const noexcept | jau::ExceptionBase | inline |
brief_message() const noexcept | jau::ExceptionBase | inline |
ExceptionBase(std::string &&type, std::string const &m, const char *file, int line) noexcept | jau::ExceptionBase | protected |
ExceptionBase(const ExceptionBase &o) noexcept=default | jau::ExceptionBase | |
ExceptionBase(ExceptionBase &&o) noexcept=default | jau::ExceptionBase | |
IndexOutOfBoundsError(const char *file, int line, std::string &&type, std::string const &m) noexcept | jau::IndexOutOfBoundsError | inlineprotected |
IndexOutOfBoundsError(const std::size_t index, const std::size_t length, const char *file, int line) noexcept | jau::IndexOutOfBoundsError | inline |
IndexOutOfBoundsError(const std::string &msg, const std::size_t index, const std::size_t length, const char *file, int line) noexcept | jau::IndexOutOfBoundsError | inline |
IndexOutOfBoundsError(const std::string &index_s, const std::string &length_s, const char *file, int line) noexcept | jau::IndexOutOfBoundsError | inline |
IndexOutOfBoundsError(const std::size_t index, const std::size_t count, const std::size_t length, const char *file, int line) noexcept | jau::IndexOutOfBoundsError | inline |
LogicErrorBase(std::string &&type, std::string const &m, const char *file, int line) noexcept | jau::LogicErrorBase | inlineprotected |
LogicErrorBase(const LogicErrorBase &o) noexcept=default | jau::LogicErrorBase | |
LogicErrorBase(LogicErrorBase &&o) noexcept=default | jau::LogicErrorBase | |
operator const std::string &() const noexcept | jau::ExceptionBase | inline |
operator<<(std::ostream &out) noexcept | jau::ExceptionBase | inline |
operator=(const LogicErrorBase &o) noexcept=default | jau::LogicErrorBase | |
operator=(LogicErrorBase &&o) noexcept=default | jau::LogicErrorBase | |
jau::ExceptionBase::operator=(const ExceptionBase &o) noexcept=default | jau::ExceptionBase | |
jau::ExceptionBase::operator=(ExceptionBase &&o) noexcept=default | jau::ExceptionBase | |
what() const noexcept override | jau::IndexOutOfBoundsError | inlinevirtual |
whole_message() const noexcept | jau::ExceptionBase | inline |
~ExceptionBase() noexcept=default | jau::ExceptionBase | virtual |
~LogicErrorBase() noexcept override=default | jau::LogicErrorBase |