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

Any error that occurs when reading data from a DCP. More...

#include <exceptions.h>

Inheritance diagram for dcp::ReadError:
dcp::BadContentKindError dcp::J2KDecompressionError dcp::MissingAssetmapError

Public Member Functions

 ReadError (std::string message)
 
 ReadError (std::string message, std::string detail)
 
std::string message () const
 
boost::optional< std::string > detail () const
 

Private Attributes

std::string _message
 
boost::optional< std::string > _detail
 

Detailed Description

Any error that occurs when reading data from a DCP.

Definition at line 105 of file exceptions.h.


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