A Hopf, Skip and a Jump
|
Exception thrown when an attempt was made to access a negative index in the SlidingBuffer. More...
#include <slidingbuffer.h>
Public Member Functions | |
NegativeIndexException (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 thrown when an attempt was made to access a negative index in the SlidingBuffer.
Definition at line 39 of file slidingbuffer.h.
|
inline |
Construct an Exception object.
idx | Index of requested access which caused the exception. |
Definition at line 45 of file slidingbuffer.h.