![]() |
BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
|
Thrown in case of an attempt to read beyond the range of a data section. More...
#include <blitz_outofdataexception.h>
Inheritance diagram for BBOutOfDataException:Data Fields | |
| BBClass * | clas |
| The intern BlitzMax exception's class. | |
| int | refs |
| The number of times an instance is currently used. | |
| BBException * | cause |
| The cause of the exception. | |
Data Fields inherited from BBBlitzException | |
Data Fields inherited from BBException | |
Data Fields inherited from BBObject | |
Thrown in case of an attempt to read beyond the range of a data section.
| BBException* BBOutOfDataException::cause |
The cause of the exception.
The cause is a previous exception that caused this one to be thrown. If there is no such exception, this must be BBNULL.
Reimplemented from BBBlitzException.
Referenced by bbOutOfDataExceptionCreate().
| BBClass* BBOutOfDataException::clas |
The intern BlitzMax exception's class.
This should always point to a class extending bbBlitzExceptionClass.
Reimplemented from BBBlitzException.
| int BBOutOfDataException::refs |
The number of times an instance is currently used.
Reimplemented from BBBlitzException.
1.8.1.1