BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
Main Page
Related Pages
Data Structures
Files
File List
Globals
c
exceptions
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
19
struct
BBNullMethodException
20
{
21
BBClass
*
clas
;
22
int
refs
;
23
24
BBException
*
cause
;
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
Generated on Wed Oct 24 2012 17:16:00 for BlitzMax Extended by
1.8.1.1