A Hopf, Skip and a Jump
|
Exception thown when the entity at position 'index' is not yet available and the SegmentProducer for this SlidingBuffer is unable to produce further data to satisfy the reqest. More...
#include <slidingbuffer.h>
Public Member Functions | |
IndexOutOfRangeException (const long int idx) | |
Construct an Exception object. More... | |
Public Member Functions inherited from slidingbuffer::SlidingBufferException | |
SlidingBufferException (const char *what, const long int idx) | |
Construct an Exception object. More... | |
Additional Inherited Members | |
Public Attributes inherited from slidingbuffer::SlidingBufferException | |
const long int | index |
The exception was caused by attempting to access this index. | |
Exception thown when the entity at position 'index' is not yet available and the SegmentProducer for this SlidingBuffer is unable to produce further data to satisfy the reqest.
Definition at line 74 of file slidingbuffer.h.
|
inline |
Construct an Exception object.
idx | Index of requested access which caused the exception. |
Definition at line 80 of file slidingbuffer.h.