BlitzMax Extended  0.8.18
Pushing Blitz to the Max.
Data Structures | Functions
blitz_nullmethodexception.h File Reference

Exception concerning calls of abstract methods. More...

#include "blitz_blitzexception.h"

Go to the source code of this file.

Data Structures

struct  BBNullMethodException
 Thrown in case of an attempt to call an abstract class method. More...

Functions

BBNullMethodExceptionbbNullMethodExceptionCreate ()
 Creates a new NullMethod exception.
void bbNullMethodError ()
 Throws a BBNullMethodException.

Detailed Description

Exception concerning calls of abstract methods.

Author:
Fabian Niemann

Function Documentation

void bbNullMethodError ( )
BBNullMethodException* bbNullMethodExceptionCreate ( )

Creates a new NullMethod exception.