libdcp
|
Any error that occurs when reading data from a DCP. More...
#include <exceptions.h>
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 |
Any error that occurs when reading data from a DCP.
Definition at line 105 of file exceptions.h.