BlitzMax Extended  0.8.16
Pushing Blitz to the Max.
exceptions Directory Reference

Files

file  exceptions/_common.h [code]
file  blitz_arrayboundsexception.c
file  blitz_arrayboundsexception.h [code]
 Exception concerning attempted access of array elements out of bounds.
file  blitz_blitzexception.c
file  blitz_blitzexception.h [code]
 Internal language exception.
file  blitz_exception.c
file  blitz_exception.h [code]
 Basic exception class.
file  blitz_nullfunctionexception.c
file  blitz_nullfunctionexception.h [code]
 Exception concerning calls of invalid function pointers.
file  blitz_nullmethodexception.c
file  blitz_nullmethodexception.h [code]
 Exception concerning calls of abstract methods.
file  blitz_nullobjectexception.c
file  blitz_nullobjectexception.h [code]
 Exception concerning the use of uninitialized (NULL) objects.
file  blitz_outofdataexception.c
file  blitz_outofdataexception.h [code]
 Exception concerning the invalid access of a data section.
file  blitz_runtimeexception.c
file  blitz_runtimeexception.h [code]
 Exception concerning errors notices at runtime.