00001 #ifndef xmogInc_javalangIllegalAccessException
00002 #define xmogInc_javalangIllegalAccessException
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 lang
00016 {
00017 class IllegalAccessException;
00018 class String;
00019 }
00020 }
00021
00022 # include "java_lang_Exception.h"
00023
00024
00025 # if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00026 # if defined(new)
00027 # undef new
00028 # endif
00029 # if defined(delete)
00030 # undef delete
00031 # endif
00032 # endif
00033
00048 class JMS_DECLSPEC java::lang::IllegalAccessException :
00049 public ::java::lang::Exception
00050 {
00051 public:
00052 enum
00053 {
00054 xmogDefaultFlags = xmog_base::GLOBAL,
00055 xmogMajorVersion = 3,
00056 xmogMinorVersion = 2,
00057 xmogPatchVersion = 9,
00058 xmogBuildNumber = 2047
00059 };
00060
00061 public:
00062
00063 typedef ::xmog_java_array_template< ::java::lang::IllegalAccessException > array1D;
00064
00065 typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::IllegalAccessException > > array2D;
00066
00068
00085 IllegalAccessException( );
00086
00099 IllegalAccessException( jobject _local, xmog_flags f_xflags );
00100
00113 IllegalAccessException( const ::xmog_null & _null_instance );
00114
00125 IllegalAccessException( ::xmog_java_array * _arr, jint _index );
00126
00139 IllegalAccessException( const ::java::lang::IllegalAccessException & _rhs );
00140
00152 XMOG_EXPLICIT IllegalAccessException( ::xmog_base * _delegate, bool _owns_delegate = true );
00153
00167 IllegalAccessException( const ::java::lang::IllegalAccessException & _rhs, ::xmog_localenv * p_lxenv );
00168
00182 IllegalAccessException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00183
00185
00195 IllegalAccessException( const ::java::lang::String & s, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00196
00207 IllegalAccessException( ::xmog_dummy _use_java_ctor, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00208
00210
00217 ~IllegalAccessException( );
00218
00231 java::lang::IllegalAccessException operator =( const java::lang::IllegalAccessException & _rhs );
00232
00247 void operator delete( void * _ptr );
00248
00249 # if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00265 void operator delete( void * ptr, void * loc );
00266 # endif
00267
00282 void * operator new( size_t _size );
00283
00284 # if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00302 void * operator new( size_t _size, void * _ptr );
00303 # endif
00304
00325 static ::java::lang::IllegalAccessException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00326
00340 static ::xmog_java_class * get_class( );
00341
00350 static ::xmog_java_class * get_element_class( );
00351
00370 virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00371
00383 static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00385
00386 };
00387 #endif
00388