Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
This is the complete list of members for flox::FloxException, including all inherited members.
caughtMsg | flox::FloxException | private |
contextMsg | flox::FloxException | private |
FloxException(std::string_view contextMsg) | flox::FloxException | inlineexplicit |
FloxException(std::string_view contextMsg, std::string_view caughtMsg) | flox::FloxException | inlineexplicit |
FloxException(std::string_view categoryMsg, std::optional< std::string > contextMsg, std::optional< std::string > caughtMsg) | flox::FloxException | inlineexplicit |
getCategoryMessage() const noexcept (defined in flox::FloxException) | flox::FloxException | inlinevirtual |
getCaughtMessage() const noexcept (defined in flox::FloxException) | flox::FloxException | inline |
getContextMessage() const noexcept (defined in flox::FloxException) | flox::FloxException | inline |
getErrorCode() const noexcept (defined in flox::FloxException) | flox::FloxException | inlinevirtual |
what() const noexcept override | flox::FloxException | inline |
whatMsg | flox::FloxException | private |