Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

java_lang_ArrayIndexOutOfBoundsException.h

00001 #ifndef xmogInc_javalangArrayIndexOutOfBoundsException
00002 #define xmogInc_javalangArrayIndexOutOfBoundsException
00003 
00004 #   if !defined(JMS_DECLSPEC )
00005 #       if defined(_MSC_VER)
00006 #           pragma message( "Relying on default definition of JMS_DECLSPEC " )
00007 #       endif /* defined(_MSC_VER) */
00008         // the following default definition works for all non-Windows platforms and for
00009         // executable projects on Windows where the sources are built directly into the binary
00010 #       define JMS_DECLSPEC 
00011 #   endif /* !defined(JMS_DECLSPEC ) */
00012 
00013     namespace java
00014     {
00015         namespace lang
00016         {
00017             class ArrayIndexOutOfBoundsException;
00018             class String;
00019         }
00020     }
00021 
00022 #   include "java_lang_IndexOutOfBoundsException.h"
00023 
00024     // work around MFC definitions of 'new' and 'delete' that cause compilation errors
00025 #   if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00026 #       if defined(new)
00027 #           undef new
00028 #       endif /* defined(new) */
00029 #       if defined(delete)
00030 #           undef delete
00031 #       endif /* defined(delete) */
00032 #   endif /* (XMOG_UNDEFINE_MEM_OPERATORS==1) */
00033 
00046     class JMS_DECLSPEC java::lang::ArrayIndexOutOfBoundsException : 
00047         public ::java::lang::IndexOutOfBoundsException
00048     {
00049     public:
00050         enum 
00051         {
00052             xmogDefaultFlags = xmog_base::GLOBAL,
00053             xmogMajorVersion = 3,
00054             xmogMinorVersion = 2,
00055             xmogPatchVersion = 9,
00056             xmogBuildNumber = 2047
00057         };
00058 
00059     public:
00060 
00061         typedef ::xmog_java_array_template< ::java::lang::ArrayIndexOutOfBoundsException > array1D;
00062 
00063         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::ArrayIndexOutOfBoundsException > > array2D;
00064 
00066 
00083         ArrayIndexOutOfBoundsException( );
00084 
00097         ArrayIndexOutOfBoundsException( jobject _local, xmog_flags f_xflags );
00098 
00111         ArrayIndexOutOfBoundsException( const ::xmog_null & _null_instance );
00112 
00123         ArrayIndexOutOfBoundsException( ::xmog_java_array * _arr, jint _index );
00124 
00137         ArrayIndexOutOfBoundsException( const ::java::lang::ArrayIndexOutOfBoundsException & _rhs );
00138 
00150         XMOG_EXPLICIT ArrayIndexOutOfBoundsException( ::xmog_base * _delegate, bool _owns_delegate = true );
00151 
00165         ArrayIndexOutOfBoundsException( const ::java::lang::ArrayIndexOutOfBoundsException & _rhs, ::xmog_localenv * p_lxenv );
00166 
00168 
00178         ArrayIndexOutOfBoundsException( jint index, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00179 
00181 
00195         ArrayIndexOutOfBoundsException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00196 
00198 
00208         ArrayIndexOutOfBoundsException( const ::java::lang::String & s, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00209 
00220         ArrayIndexOutOfBoundsException( ::xmog_dummy _use_java_ctor, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00221 
00223 
00230         ~ArrayIndexOutOfBoundsException( );
00231 
00244         java::lang::ArrayIndexOutOfBoundsException operator =( const java::lang::ArrayIndexOutOfBoundsException & _rhs );
00245 
00260         void operator delete( void * _ptr );
00261 
00262 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00278             void operator delete( void * ptr, void * loc );
00279 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00280 
00295         void * operator new( size_t _size );
00296 
00297 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00315             void * operator new( size_t _size, void * _ptr );
00316 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00317 
00338         static ::java::lang::ArrayIndexOutOfBoundsException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00339 
00353         static ::xmog_java_class * get_class( );
00354 
00363         static ::xmog_java_class * get_element_class( );
00364 
00383         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00384 
00396         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00398 
00399     };
00400 #endif /* xmogInc_javalangArrayIndexOutOfBoundsException */
00401 

Generated on Fri Jun 16 10:18:55 2006 for JMS Courier for C++ by  doxygen 1.4.1