![]() |
BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
|
Exception concerning the invalid access of a data section. More...
#include "blitz_blitzexception.h"Go to the source code of this file.
Data Structures | |
| struct | BBOutOfDataException |
| Thrown in case of an attempt to read beyond the range of a data section. More... | |
Functions | |
| BBString * | bbOutOfDataExceptionToString (const BBOutOfDataException *ex) |
| BBOutOfDataException * | bbOutOfDataExceptionCreate () |
| Creates a new OutOfData exception. | |
| void | bbOutOfDataError () |
| Throws a BBOutOfDataException. | |
Exception concerning the invalid access of a data section.
| void bbOutOfDataError | ( | ) |
Throws a BBOutOfDataException.
| BBOutOfDataException* bbOutOfDataExceptionCreate | ( | ) |
Creates a new OutOfData exception.
| BBString* bbOutOfDataExceptionToString | ( | const BBOutOfDataException * | ex | ) |
1.8.1.1