OpenShot Library | libopenshot
0.1.9
|
Exception when too many seek attempts happen. More...
#include <Exceptions.h>
Public Member Functions | |
TooManySeeks (string message, string file_path) | |
virtual | ~TooManySeeks () throw () |
![]() | |
BaseException (string message) | |
virtual const char * | what () const throw () |
virtual | ~BaseException () throw () |
Public Attributes | |
string | file_path |
Additional Inherited Members | |
![]() | |
string | m_message |
Exception when too many seek attempts happen.
Definition at line 254 of file Exceptions.h.
|
inline |
Definition at line 258 of file Exceptions.h.
|
inlinevirtual |
Definition at line 260 of file Exceptions.h.
string openshot::TooManySeeks::file_path |
Definition at line 257 of file Exceptions.h.