Codemesh Runtime v3 C++ API Reference
3.9.205
|
6 #ifndef xmog_exception_inc
7 #define xmog_exception_inc
13 #include "xmog_java_ref.h"
94 # if (XMOG_SUPPORTS_WCHAR_T==1)
95 virtual XMOG_WCHAR * get_message_wchars(
xmog_localenv * env = NULL );
117 virtual unsigned short * get_message_u16(
xmog_localenv * env = NULL );
203 int get_error_code();
217 # if (XMOG_SUPPORTS_WCHAR_T==1)
218 virtual XMOG_WCHAR * get_message_wchars(
xmog_localenv * env = NULL );
flags
The possible flag values.
Definition: xmog_base.h:383
virtual char * get_message_chars(xmog_localenv *env=NULL, xmog_base *enc=NULL)
Returns the error message for this instance.
virtual unsigned short * get_message_u16(xmog_localenv *env=NULL)
Returns the error message for this instance.
The type that is used when the GenericException policy is in effect or for exceptions epresenting fra...
Definition: xmog_exception.h:144
The baseclass for all proxy types in the framework.
Definition: xmog_base.h:29
A class representing per-thread information for the integration runtime.
Definition: xmog_localenv.h:32
The wrapper base type representing C++ proxy instances for Java objects.
Definition: xmog_java_ref.h:19
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.