Codemesh Runtime v3 C++ API Reference
3.9.205
|
6 #ifndef xmog_error_handler_inc
7 #define xmog_error_handler_inc
17 #include "xmog_options.h"
211 int handleJavaException(
int error_code,
xmog_localenv * env = NULL,
bool ignore =
false );
213 # if (XMOG_SUPPORTS_CLR_HOSTING==1)
228 int handleClrException(
int error_code,
xmog_localenv * env = NULL,
bool ignore =
false );
242 int handleFrameworkException(
int error_code,
const char * msg = NULL,
xmog_localenv * env = NULL,
bool ignore =
false );
The type responsible for error handling.
Definition: xmog_error_handler.h:162
xmog_exception_policy
The exception handling policy.
Definition: xmog_options.h:140
This class wraps around options that govern the overall behavior of the runtime library with respect ...
Definition: xmog_options.h:258
A class representing per-thread information for the integration runtime.
Definition: xmog_localenv.h:32
The wrapper for exceptions that occur on the Java side.
Definition: xmog_exception.h:46
Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.