OpenShot Library | libopenshot  0.1.9
Public Member Functions | Public Attributes | List of all members
openshot::ReaderClosed Class Reference

Exception when a reader is closed, and a frame is requested. More...

#include <Exceptions.h>

Inheritance diagram for openshot::ReaderClosed:
openshot::BaseException

Public Member Functions

 ReaderClosed (string message, string file_path)
 
virtual ~ReaderClosed () throw ()
 
- Public Member Functions inherited from openshot::BaseException
 BaseException (string message)
 
virtual const char * what () const throw ()
 
virtual ~BaseException () throw ()
 

Public Attributes

string file_path
 

Additional Inherited Members

- Protected Attributes inherited from openshot::BaseException
string m_message
 

Detailed Description

Exception when a reader is closed, and a frame is requested.

Definition at line 234 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ReaderClosed()

openshot::ReaderClosed::ReaderClosed ( string  message,
string  file_path 
)
inline

Definition at line 238 of file Exceptions.h.

◆ ~ReaderClosed()

virtual openshot::ReaderClosed::~ReaderClosed ( )
throw (
)
inlinevirtual

Definition at line 240 of file Exceptions.h.

Member Data Documentation

◆ file_path

string openshot::ReaderClosed::file_path

Definition at line 237 of file Exceptions.h.


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