Exception for an out of bounds key-frame point.
More...
#include <Exceptions.h>
Exception for an out of bounds key-frame point.
Definition at line 303 of file Exceptions.h.
◆ OutOfBoundsPoint()
openshot::OutOfBoundsPoint::OutOfBoundsPoint |
( |
std::string |
message, |
|
|
int |
point_requested, |
|
|
int |
max_points |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
message | A message to accompany the exception |
point_requested | The out-of-bounds point requested |
max_points | The maximum available point value |
Definition at line 315 of file Exceptions.h.
◆ ~OutOfBoundsPoint()
virtual openshot::OutOfBoundsPoint::~OutOfBoundsPoint |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ MaxPoints
int openshot::OutOfBoundsPoint::MaxPoints |
◆ PointRequested
int openshot::OutOfBoundsPoint::PointRequested |
The documentation for this class was generated from the following file: