BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
Data Structures | Functions
blitz_arrayboundsexception.h File Reference

Exception concerning attempted access of array elements out of bounds. More...

#include "blitz_blitzexception.h"

Go to the source code of this file.

Data Structures

struct  BBArrayBoundsException
 Thrown in case of an attempt to accesss an array element that is out of bounds. More...

Functions

void bbArrayBoundsError ()
 Throws a BBArrayBoundsError.

Detailed Description

Exception concerning attempted access of array elements out of bounds.

Author:
Fabian Niemann

Function Documentation

Throws a BBArrayBoundsError.