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

Exception when resample fails. More...

#include <Exceptions.h>

Inheritance diagram for openshot::ResampleError:
openshot::BaseException

Public Member Functions

 ResampleError (string message, string file_path)
 
virtual ~ResampleError () 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 resample fails.

Definition at line 244 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ResampleError()

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

Definition at line 248 of file Exceptions.h.

◆ ~ResampleError()

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

Definition at line 250 of file Exceptions.h.

Member Data Documentation

◆ file_path

string openshot::ResampleError::file_path

Definition at line 247 of file Exceptions.h.


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