Base Framework
|
This is the complete list of members for OrbException, including all inherited members.
Causes enum name | OrbException | |
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 |
INVALID_ENCODING enum value | OrbException | |
INVALID_ENCODING_NAMESPACE enum value | OrbException | |
INVALID_METHOD enum value | OrbException | |
INVALID_PROTOCOL_NAMESPACE enum value | OrbException | |
INVALID_SCHEME enum value | OrbException | |
isCommonException() const noexcept | Exception | virtual |
isUnwinding() noexcept | Exception | static |
NOT_AN_END_POINT enum value | OrbException | |
NOT_SUPPORTED enum value | OrbException | |
onThrow(const Exception &exception) noexcept | Exception | static |
OrbException() noexcept | OrbException | inline |
OrbException(const char *message) noexcept | OrbException | inline |
OrbException(const Type &type) noexcept | OrbException | inline |
OrbException(const char *message, const Type &type) noexcept | OrbException | inline |
OUT_OF_MEMORY enum value | OrbException | |
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 |
SCHEME_MISMATCH enum value | OrbException | |
SCHEME_MISSING enum value | OrbException | |
SCHEME_NOT_REGISTERED enum value | OrbException | |
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 |
UNABLE_TO_ESTABLISH_CONNECTION enum value | OrbException | |
UNABLE_TO_INITIALIZE_FACTORY enum value | OrbException | |
~Exception() noexcept | Exception | virtual |