Base Framework
|
This is the complete list of members for MultibyteException, including all inherited members.
Cause enum name | MultibyteException | |
DUMP_ON_THROW_EXCEPTION enum value (defined in Exception) | Exception | |
DUMP_ON_THROW_NO enum value (defined in Exception) | Exception | |
DUMP_ON_THROW_STACK enum value (defined in Exception) | Exception | |
DumpOnThrow enum name (defined in Exception) | Exception | |
Exception() noexcept | Exception | |
Exception(const char *message) noexcept | Exception | |
Exception(const Type &type) noexcept | Exception | |
Exception(const char *message, const Type &type) noexcept | Exception | |
Exception(const Exception ©) noexcept | Exception | |
Exception(Exception &&move) noexcept | Exception | |
ExceptionHandler typedef | Exception | |
getCause() const noexcept | Exception | inline |
getDumpExceptions() noexcept | Exception | inlinestatic |
getError() const noexcept | Exception | inline |
getExceptionType() noexcept | Exception | static |
getHTML() const | Exception | |
getIndex() const noexcept | MultibyteException | inline |
getMessage() const noexcept | Exception | inline |
getOctetIndex() const noexcept | MultibyteException | inline |
getPendingExceptions() noexcept | Exception | static |
getStackTrace() | Exception | static |
getStdExceptionName(const std::exception &e) noexcept | Exception | static |
getSuboctetIndex() const noexcept | MultibyteException | inline |
getThisType() const noexcept | Exception | virtual |
getType() const noexcept | Exception | inline |
hasPendingException() noexcept | Exception | static |
INCOMPLETE_CHARACTER_CODE enum value | MultibyteException | |
INVALID_CHARACTER_CODE enum value | MultibyteException | |
isCommonException() const noexcept | Exception | virtual |
isUnwinding() noexcept | Exception | static |
MultibyteException() noexcept | MultibyteException | |
MultibyteException(const char *message) noexcept | MultibyteException | |
MultibyteException(const Type &type) noexcept | MultibyteException | |
MultibyteException(const char *message, const Type &type) noexcept | MultibyteException | |
MultibyteException(const char *message, const Type &type, unsigned int cause, MemoryDiff octetIndex, MemoryDiff suboctetIndex) noexcept (defined in MultibyteException) | MultibyteException | |
onThrow(const Exception &exception) noexcept | Exception | static |
rethrow() | Exception | static |
setCause(unsigned int cause) noexcept | Exception | inline |
setDumpExceptions(bool _dumpExceptions) noexcept | Exception | inlinestatic |
setDumpOnThrow(DumpOnThrow dumpOnThrow) noexcept | Exception | static |
setError(unsigned int error) noexcept | Exception | inline |
setExceptionHandler(ExceptionHandler _exceptionHandler) noexcept | Exception | inlinestatic |
setIndex(MemoryDiff index) noexcept | MultibyteException | inline |
setMessage(const char *message) noexcept | Exception | inline |
setMessage(const char(&_message)[SIZE]) noexcept | Exception | inline |
setOctetIndex(MemoryDiff _octetIndex) noexcept | MultibyteException | inline |
setSuboctetIndex(uint8 _suboctetIndex) noexcept | MultibyteException | inline |
setType(const Type &type) noexcept | Exception | inline |
SUPPORTS_EXCEPTIONS (defined in Exception) | Exception | static |
~Exception() noexcept | Exception | virtual |