class final
IndexExceptionContents
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
Function documentation
bpf:: IndexException:: IndexException(const fisize id) explicit noexcept
Parameters | |
---|---|
id | the index that is out of bounds |
Constructs an IndexException
const char* bpf:: IndexException:: Type() const final noexcept
Returns exception type
void bpf:: IndexException:: Print() const final noexcept
Print the exception to the console