Base Framework
|
This is the complete list of members for RMIException, including all inherited members.
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 | |
getMessage() const noexcept | Exception | inline |
getPendingExceptions() noexcept | Exception | static |
getStackTrace() | Exception | static |
getStdExceptionName(const std::exception &e) noexcept | Exception | static |
getThisType() const noexcept | Exception | virtual |
getType() const noexcept | Exception | inline |
hasPendingException() noexcept | Exception | static |
isCommonException() const noexcept | Exception | virtual |
isUnwinding() noexcept | Exception | static |
onThrow(const Exception &exception) noexcept | Exception | static |
rethrow() | Exception | static |
RMIException() noexcept | RMIException | inline |
RMIException(const char *message) noexcept | RMIException | inline |
RMIException(const Type &type) noexcept | RMIException | inline |
RMIException(const char *message, const Type &type) noexcept | RMIException | inline |
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 |
setMessage(const char *message) noexcept | Exception | inline |
setMessage(const char(&_message)[SIZE]) noexcept | Exception | inline |
setType(const Type &type) noexcept | Exception | inline |
SUPPORTS_EXCEPTIONS (defined in Exception) | Exception | static |
~Exception() noexcept | Exception | virtual |