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

Exception when no streams are found in the file. More...

#include <Exceptions.h>

Inheritance diagram for openshot::NoStreamsFound:
openshot::BaseException

Public Member Functions

 NoStreamsFound (string message, string file_path)
 
virtual ~NoStreamsFound () 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 no streams are found in the file.

Definition at line 192 of file Exceptions.h.

Constructor & Destructor Documentation

◆ NoStreamsFound()

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

Definition at line 196 of file Exceptions.h.

◆ ~NoStreamsFound()

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

Definition at line 198 of file Exceptions.h.

Member Data Documentation

◆ file_path

string openshot::NoStreamsFound::file_path

Definition at line 195 of file Exceptions.h.


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