A Hopf, Skip and a Jump
Public Member Functions | List of all members
slidingbuffer::IndexOutOfRangeException Class Reference

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>

Inheritance diagram for slidingbuffer::IndexOutOfRangeException:
Inheritance graph
[legend]
Collaboration diagram for slidingbuffer::IndexOutOfRangeException:
Collaboration graph
[legend]

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IndexOutOfRangeException()

slidingbuffer::IndexOutOfRangeException::IndexOutOfRangeException ( const long int  idx)
inline

Construct an Exception object.

Parameters
idxIndex of requested access which caused the exception.

Definition at line 80 of file slidingbuffer.h.


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