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

Exception concerning calls of invalid function pointers. More...

#include "blitz_blitzexception.h"

Go to the source code of this file.

Data Structures

struct  BBNullFunctionException
 Thrown in case of an attempt to call an uninitialized function pointer. More...

Functions

BBStringbbNullFunctionExceptionToString (const BBNullFunctionException *ex)
BBNullFunctionExceptionbbNullFunctionExceptionCreate ()
 Creates a new NullFunction exception.
void bbNullFunctionError ()
 Throws a BBNullFunctionException.

Detailed Description

Exception concerning calls of invalid function pointers.

Author:
Fabian Niemann

Function Documentation

Creates a new NullFunction exception.

Returns:
"Attempt to call uninitialized function pointer"