libdcp
|
An exception related to a file. More...
#include <exceptions.h>
Public Member Functions | |
FileError (std::string message, boost::filesystem::path filename, int number) | |
boost::filesystem::path | filename () const |
int | number () const |
Private Attributes | |
boost::filesystem::path | _filename |
int | _number |
An exception related to a file.
Definition at line 55 of file exceptions.h.
|
inline |
Definition at line 62 of file exceptions.h.
|
inline |
Definition at line 67 of file exceptions.h.
|
private |
filename of file that was involved
Definition at line 73 of file exceptions.h.