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

java_lang_InstantiationException.h

00001 #ifndef xmogInc_javalangInstantiationException
00002 #define xmogInc_javalangInstantiationException
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 InstantiationException;
00018             class String;
00019         }
00020     }
00021 
00022 #   include "java_lang_Exception.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 
00047     class JMS_DECLSPEC java::lang::InstantiationException : 
00048         public ::java::lang::Exception
00049     {
00050     public:
00051         enum 
00052         {
00053             xmogDefaultFlags = xmog_base::GLOBAL,
00054             xmogMajorVersion = 3,
00055             xmogMinorVersion = 2,
00056             xmogPatchVersion = 9,
00057             xmogBuildNumber = 2047
00058         };
00059 
00060     public:
00061 
00062         typedef ::xmog_java_array_template< ::java::lang::InstantiationException > array1D;
00063 
00064         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::InstantiationException > > array2D;
00065 
00067 
00084         InstantiationException( );
00085 
00098         InstantiationException( jobject _local, xmog_flags f_xflags );
00099 
00112         InstantiationException( const ::xmog_null & _null_instance );
00113 
00126         InstantiationException( const ::java::lang::InstantiationException & _rhs );
00127 
00138         InstantiationException( ::xmog_java_array * _arr, jint _index );
00139 
00151         XMOG_EXPLICIT InstantiationException( ::xmog_base * _delegate, bool _owns_delegate = true );
00152 
00166         InstantiationException( const ::java::lang::InstantiationException & _rhs, ::xmog_localenv * p_lxenv );
00167 
00181         InstantiationException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00182 
00184 
00194         InstantiationException( const ::java::lang::String & s, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00195 
00206         InstantiationException( ::xmog_dummy _use_java_ctor, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00207 
00209 
00216         ~InstantiationException( );
00217 
00230         java::lang::InstantiationException operator =( const java::lang::InstantiationException & _rhs );
00231 
00246         void operator delete( void * _ptr );
00247 
00248 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00264             void operator delete( void * ptr, void * loc );
00265 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00266 
00281         void * operator new( size_t _size );
00282 
00283 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00301             void * operator new( size_t _size, void * _ptr );
00302 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00303 
00324         static ::java::lang::InstantiationException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00325 
00339         static ::xmog_java_class * get_class( );
00340 
00349         static ::xmog_java_class * get_element_class( );
00350 
00369         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00370 
00382         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00384 
00385     };
00386 #endif /* xmogInc_javalangInstantiationException */
00387 

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