| #define _GF_MG_EXCEPTION_DEF | ( | x | ) | _GF_MG_EXCEPTION_DEF2(x,x) |
Creates a class named for each exception x.
| #define _GF_MG_EXCEPTION_DEF2 | ( | x, | |||
| y | ) |
Creates a class x named for each exception y.
| #define _GF_MG_EXCEPTION_TRY try { |
Handle gemfire exceptions from native layer and convert to managed exceptions.
Also handle fatal exceptions to generate mini dumps if stack trace dumping is enabled