API Documentation
|
This is the complete list of members for HardwareException, including all inherited members.
Exception(const String &title, const bool &capture_stack=true) | Exception | |
Exception(const TranslatedString &title, const bool &capture_stack=true) | Exception | |
Exception(const std::exception &exception) | Exception | |
Exception(const TranslatedString &title, const TranslatedString &message, const bool &capture_stack=true) | Exception | |
getCategory() const | Exception | inlinevirtual |
getMessage() const | Exception | inlinevirtual |
getPriority() const | Exception | inlinevirtual |
getTitle() const | Exception | inlinevirtual |
HardwareException(const TranslatedString &error) | HardwareException | inlineexplicit |
HardwareException(const TranslatedString &error, const TranslatedString &category) | HardwareException | inline |
id() const | Exception | |
m_category | Exception | protected |
m_message | Exception | protected |
m_priority | Exception | protected |
m_stack_trace | Exception | protected |
m_thread | Exception | protected |
m_title | Exception | protected |
printToLogger() | Exception | |
setCategory(const TranslatedString &category) | Exception | inline |
setMessage(const TranslatedString &message) | Exception | inlinevirtual |
setThread(const String &thread) | Exception | inline |
setTitle(const TranslatedString &title) | Exception | inline |
stackTrace() const | Exception | inlinevirtual |
thread() const | Exception | inline |
~Exception()=default | Exception | virtual |