BlitzMax Extended  0.8.16
Pushing Blitz to the Max.
Data Structures | Functions
blitz_outofdataexception.h File Reference

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

BBStringbbOutOfDataExceptionToString (const BBOutOfDataException *ex)
BBOutOfDataExceptionbbOutOfDataExceptionCreate ()
 Creates a new OutOfData exception.
void bbOutOfDataError ()
 Throws a BBOutOfDataException.

Detailed Description

Exception concerning the invalid access of a data section.

Author:
Fabian Niemann

Function Documentation

void bbOutOfDataError ( )
BBOutOfDataException* bbOutOfDataExceptionCreate ( )

Creates a new OutOfData exception.

BBString* bbOutOfDataExceptionToString ( const BBOutOfDataException ex)
Returns:
"Attempt to read beyond end of data"