TuttleOFX  1
tuttle::exception::File Struct Reference

File manipulation error. eg. read only, file doesn't exists, etc. More...

#include <exceptions.hpp>

Inheritance diagram for tuttle::exception::File:
Collaboration diagram for tuttle::exception::File:

Public Member Functions

 File ()
 File (const std::string &path)

Detailed Description

File manipulation error. eg. read only, file doesn't exists, etc.

Definition at line 391 of file exceptions.hpp.


Constructor & Destructor Documentation

tuttle::exception::File::File ( ) [inline]

Definition at line 393 of file exceptions.hpp.

tuttle::exception::File::File ( const std::string &  path) [inline]

Definition at line 395 of file exceptions.hpp.


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