![]() |
BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
|
Exception concerning the use of uninitialized (NULL) objects. More...
#include "blitz_blitzexception.h"Go to the source code of this file.
Data Structures | |
| struct | BBNullObjectException |
| Thrown in case of an attempt to use an uninitialized object. More... | |
Functions | |
| BBString * | bbNullObjectExceptionToString (const BBNullObjectException *ex) |
| Returns the error message. | |
| BBNullObjectException * | bbNullObjectExceptionCreate () |
| Creates a new NullObject exception. | |
| void | bbNullObjectError () |
| Throws a BBNullObjectException. | |
Exception concerning the use of uninitialized (NULL) objects.
| void bbNullObjectError | ( | ) |
Throws a BBNullObjectException.
This throws a newly created BBNullObjectException. Equivalent to
| BBNullObjectException* bbNullObjectExceptionCreate | ( | ) |
Creates a new NullObject exception.
| BBString* bbNullObjectExceptionToString | ( | const BBNullObjectException * | ex | ) |
Returns the error message.
1.8.1.1