BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
blitz_nullmethodexception.h
Go to the documentation of this file.
1 
8 #ifndef BLITZ_EX_NULLMETHODEXCEPTION_H
9 #define BLITZ_EX_NULLMETHODEXCEPTION_H
10 
11 #include "blitz_blitzexception.h"
12 
13 BB_BEGIN_DECLS
14 
20 {
22  int refs;
23 
25 };
26 
27 extern BBClass bbNullMethodExceptionClass;
28 
32 BBString* bbNullMethodExceptionToString(const BBNullMethodException *ex);
33 
34 // API
35 
39 BBNullMethodException* bbNullMethodExceptionCreate();
40 
41 #define bbNullMethodError brl_blitz_NullMethodError
42 
46 void bbNullMethodError();
47 
48 BB_END_DECLS
49 
50 #endif // BLITZ_EX_NULLMETHODEXCEPTION_H