Flowkey-out-of-range exception. More...
#include <flowkey.h>

Public Member Functions | |
| FlowKeyOutOfRange (int32_t pos, int32_t offset, int32_t total_len) | |
| Construct a new FlowKeyOutOfRange object. More... | |
Flowkey-out-of-range exception.
This exception is thrown whenever indexing into flowkey is out of range. It stores detailed description of the exception.
|
inline |
Construct a new FlowKeyOutOfRange object.
| pos | offset of the base |
| offset | offset as an index |
| total_len | length of flowkey |