libdcp
Public Member Functions | Private Attributes | List of all members
dcp::FileError Class Reference

An exception related to a file. More...

#include <exceptions.h>

Inheritance diagram for dcp::FileError:
dcp::MXFFileError

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
 

Detailed Description

An exception related to a file.

Definition at line 55 of file exceptions.h.

Member Function Documentation

◆ filename()

boost::filesystem::path dcp::FileError::filename ( ) const
inline
Returns
filename of file that was involved

Definition at line 62 of file exceptions.h.

◆ number()

int dcp::FileError::number ( ) const
inline
Returns
error number of the error

Definition at line 67 of file exceptions.h.

Member Data Documentation

◆ _filename

boost::filesystem::path dcp::FileError::_filename
private

filename of file that was involved

Definition at line 73 of file exceptions.h.


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