bpf::IndexException class final

Exception thrown when indexing a collection out of bounds

Base classes

class Exception

Constructors, destructors, conversion operators

IndexException(const fisize id) explicit noexcept

Public functions

auto Id() const -> fisize noexcept
auto Type() const -> const char* final noexcept
void Print() const final noexcept

Function documentation

bpf::IndexException::IndexException(const fisize id) explicit noexcept

Parameters
id the index that is out of bounds

Constructs an IndexException

fisize bpf::IndexException::Id() const noexcept

Returns collection index/position

Returns the out of bounds index

const char* bpf::IndexException::Type() const final noexcept

Returns exception type

void bpf::IndexException::Print() const final noexcept

Print the exception to the console