![]() |
BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
|
Thrown in case an exceptional event is discovered at runtime. More...
#include <blitz_runtimeexception.h>
Data Fields | |
BBClass * | clas |
The exception's clas. | |
int | refs |
The number of times an instance is currently used. | |
BBException * | cause |
The cause of the exception. | |
![]() | |
![]() |
Thrown in case an exceptional event is discovered at runtime.
BBException* BBRuntimeException::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 BBException.
Referenced by bbRuntimeExceptionCreate().
BBClass* BBRuntimeException::clas |
The exception's clas.
This should always point to a class that extends bbExceptionClass.
Reimplemented from BBException.
int BBRuntimeException::refs |
The number of times an instance is currently used.
Reimplemented from BBException.