![]() |
BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
|
Thrown in case of an attempt to use an uninitialized object. More...
#include <blitz_nullobjectexception.h>
Data Fields | |
BBClass * | clas |
The NullObject exception' class. | |
int | refs |
The number of times an instance is currently used. | |
BBException * | cause |
The cause of the exception. | |
![]() | |
![]() | |
![]() |
Thrown in case of an attempt to use an uninitialized object.
BBException* BBNullObjectException::cause |
The cause of the exception.
The cause is a previous exception that caused this one to be thrown. If there is no such exception, this must be BBNULL.
Reimplemented from BBBlitzException.
Referenced by bbNullObjectExceptionCreate().
BBClass* BBNullObjectException::clas |
The NullObject exception' class.
This should always point to bbNullObjectExceptionClass
Reimplemented from BBBlitzException.
int BBNullObjectException::refs |
The number of times an instance is currently used.
Reimplemented from BBBlitzException.