![]() |
BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
|
Exception concerning errors notices at runtime. More...
#include "blitz_blitzexception.h"Go to the source code of this file.
Data Structures | |
| struct | BBRuntimeException |
| Thrown in case an exceptional event is discovered at runtime. More... | |
Functions | |
| BBString * | bbRuntimeExceptionToString (const BBRuntimeException *ex) |
| Gives the message of the runtime exception. | |
| BBRuntimeException * | bbRuntimeExceptionCreate (BBString *message, BBException *cause) |
| Creates a new runtime exception object. | |
| void | bbRuntimeError (BBString *message) |
| Throws a BBRuntimeExeption with the given message. | |
Exception concerning errors notices at runtime.
| void bbRuntimeError | ( | BBString * | message | ) |
Throws a BBRuntimeExeption with the given message.
| message | The error message to display |
| BBRuntimeException* bbRuntimeExceptionCreate | ( | BBString * | message, |
| BBException * | cause | ||
| ) |
Creates a new runtime exception object.
| message | A description of the error |
| cause | The exception that initially caused the problem |
| BBString* bbRuntimeExceptionToString | ( | const BBRuntimeException * | ex | ) |
Gives the message of the runtime exception.
1.8.1.1