Class AppImageError
Defined in File exceptions.h
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public appimage::core::FileSystemError(Class FileSystemError)public appimage::core::IOError(Class IOError)public appimage::core::PayloadIteratorError(Class PayloadIteratorError)public appimage::desktop_integration::DesktopIntegrationError(Class DesktopIntegrationError)
Class Documentation
-
class AppImageError : public std::runtime_error
Generic Error that can be thrown by AppImage procedures.
Subclassed by appimage::core::FileSystemError, appimage::core::IOError, appimage::core::PayloadIteratorError, appimage::desktop_integration::DesktopIntegrationError
Public Functions
-
inline explicit AppImageError(const std::string &what)
-
inline explicit AppImageError(const std::string &what)