API Documentation
|
This is the complete list of members for FileException, including all inherited members.
e_already_open enum value | FileException | |
e_checksum_failed enum value | FileException | |
e_does_not_exist enum value | FileException | |
e_file_exits enum value | FileException | |
e_file_invalid enum value | FileException | |
e_generic enum value | FileException | |
e_no_create enum value | FileException | |
e_no_open enum value | FileException | |
e_not_supported enum value | FileException | |
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 | |
ExceptionType enum name | FileException | |
FileException(const File &file, ExceptionType type=e_generic) | FileException | explicit |
FileException(const File &file, const TranslatedString &message, ExceptionType type=e_generic) | FileException | |
getCategory() const | Exception | inlinevirtual |
getFile() const | FileException | inline |
getMessage() const | Exception | inlinevirtual |
getPriority() const | Exception | inlinevirtual |
getTitle() const | Exception | inlinevirtual |
getType() const | FileException | 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 |