![]() |
BlitzMax Extended
0.8.18
Pushing Blitz to the Max.
|
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 | |
BBNullMethodException * | bbNullMethodExceptionCreate () |
Creates a new NullMethod exception. | |
void | bbNullMethodError () |
Throws a BBNullMethodException. |
Exception concerning calls of abstract methods.
void bbNullMethodError | ( | ) |
Throws a BBNullMethodException.
BBNullMethodException* bbNullMethodExceptionCreate | ( | ) |
Creates a new NullMethod exception.