00001 #ifndef xmogInc_javaioIOException
00002 #define xmogInc_javaioIOException
00003
00004 # if !defined(JMS_DECLSPEC )
00005 # if defined(_MSC_VER)
00006 # pragma message( "Relying on default definition of JMS_DECLSPEC " )
00007 # endif
00008
00009
00010 # define JMS_DECLSPEC
00011 # endif
00012
00013 namespace java
00014 {
00015 namespace io
00016 {
00017 class IOException;
00018 }
00019 namespace lang
00020 {
00021 class String;
00022 }
00023 }
00024
00025 # include "java_lang_Exception.h"
00026
00027
00028 # if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00029 # if defined(new)
00030 # undef new
00031 # endif
00032 # if defined(delete)
00033 # undef delete
00034 # endif
00035 # endif
00036
00049 class JMS_DECLSPEC java::io::IOException :
00050 public ::java::lang::Exception
00051 {
00052 public:
00053 enum
00054 {
00055 xmogDefaultFlags = xmog_base::GLOBAL,
00056 xmogMajorVersion = 3,
00057 xmogMinorVersion = 2,
00058 xmogPatchVersion = 9,
00059 xmogBuildNumber = 2047
00060 };
00061
00062 public:
00063
00064 typedef ::xmog_java_array_template< ::java::io::IOException > array1D;
00065
00066 typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::io::IOException > > array2D;
00067
00069
00086 IOException( );
00087
00100 IOException( const ::java::io::IOException & _rhs );
00101
00114 IOException( jobject _local, xmog_flags f_xflags );
00115
00128 IOException( const ::xmog_null & _null_instance );
00129
00140 IOException( ::xmog_java_array * _arr, jint _index );
00141
00155 IOException( const ::java::io::IOException & _rhs, ::xmog_localenv * p_lxenv );
00156
00168 XMOG_EXPLICIT IOException( ::xmog_base * _delegate, bool _owns_delegate = true );
00169
00183 IOException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00184
00186
00200 IOException( const ::java::lang::String & s, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00201
00212 IOException( ::xmog_dummy _use_java_ctor, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00213
00215
00222 ~IOException( );
00223
00236 java::io::IOException operator =( const java::io::IOException & _rhs );
00237
00252 void operator delete( void * _ptr );
00253
00254 # if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00270 void operator delete( void * ptr, void * loc );
00271 # endif
00272
00287 void * operator new( size_t _size );
00288
00289 # if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00307 void * operator new( size_t _size, void * _ptr );
00308 # endif
00309
00330 static ::java::io::IOException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00331
00345 static ::xmog_java_class * get_class( );
00346
00355 static ::xmog_java_class * get_element_class( );
00356
00375 virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00376
00388 static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00390
00391 };
00392 #endif
00393