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

Exception when too many seek attempts happen. More...

#include <Exceptions.h>

Inheritance diagram for openshot::TooManySeeks:
openshot::BaseException

Public Member Functions

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

Public Attributes

std::string file_path
 

Additional Inherited Members

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

Detailed Description

Exception when too many seek attempts happen.

Definition at line 369 of file Exceptions.h.

Constructor & Destructor Documentation

◆ TooManySeeks()

openshot::TooManySeeks::TooManySeeks ( 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 379 of file Exceptions.h.

◆ ~TooManySeeks()

virtual openshot::TooManySeeks::~TooManySeeks ( )
inlinevirtualnoexcept

Definition at line 381 of file Exceptions.h.

Member Data Documentation

◆ file_path

std::string openshot::TooManySeeks::file_path

Definition at line 372 of file Exceptions.h.


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