ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Exception::FilesystemError Class Reference

Description

Error related to the file system.

These errors are thrown for things like file-not-found, etc.

Definition at line 76 of file util/Sawyer/Exception.h.

#include <util/Sawyer/Exception.h>

Inheritance diagram for Sawyer::Exception::FilesystemError:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Exception::FilesystemError:
Collaboration graph
[legend]

Public Member Functions

 FilesystemError (const std::string &mesg)
 Constructor taking a description of the error. More...
 
- Public Member Functions inherited from Sawyer::Exception::RuntimeError
 RuntimeError (const std::string &mesg)
 Constructor taking a description of the error. More...
 

Constructor & Destructor Documentation

Sawyer::Exception::FilesystemError::FilesystemError ( const std::string &  mesg)
inline

Constructor taking a description of the error.

Definition at line 81 of file util/Sawyer/Exception.h.


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