idle_detect  0.8.3.0
Provides overall idle detection for a linux computer
Public Member Functions | Private Attributes | List of all members
FileSystemException Class Reference

File system related exceptions. More...

#include <util.h>

Inheritance diagram for FileSystemException:
Inheritance graph
[legend]
Collaboration diagram for FileSystemException:
Collaboration graph
[legend]

Public Member Functions

 FileSystemException (const std::string &message, const std::filesystem::path &path)
 
const std::filesystem::path & path () const
 
- Public Member Functions inherited from EventIdleDetectException
 EventIdleDetectException (const std::string &message)
 
 EventIdleDetectException (const char *message)
 
const char * what () const noexcept override
 

Private Attributes

std::filesystem::path m_path
 

Additional Inherited Members

- Protected Attributes inherited from EventIdleDetectException
std::string m_message
 

Detailed Description

File system related exceptions.


The documentation for this class was generated from the following file: