OpenShot Library | libopenshot 0.2.7
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::ExceptionBase

Public Member Functions

 NoStreamsFound (std::string message, std::string file_path="")
 Constructor. More...
 
virtual ~NoStreamsFound () noexcept
 
- Public Member Functions inherited from openshot::ExceptionBase
 ExceptionBase (std::string message)
 
virtual const char * what () const noexcept
 
virtual ~ExceptionBase () noexcept
 

Public Attributes

std::string file_path
 

Additional Inherited Members

- Protected Attributes inherited from openshot::ExceptionBase
std::string m_message
 

Detailed Description

Exception when no streams are found in the file.

Definition at line 269 of file Exceptions.h.

Constructor & Destructor Documentation

◆ NoStreamsFound()

openshot::NoStreamsFound::NoStreamsFound ( std::string  message,
std::string  file_path = "" 
)
inline

Constructor.

Parameters
messageA message to accompany the exception
file_path(optional) The input file being processed

Definition at line 279 of file Exceptions.h.

◆ ~NoStreamsFound()

virtual openshot::NoStreamsFound::~NoStreamsFound ( )
inlinevirtualnoexcept

Definition at line 281 of file Exceptions.h.

Member Data Documentation

◆ file_path

std::string openshot::NoStreamsFound::file_path

Definition at line 272 of file Exceptions.h.


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