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

javax_jms_MessageFormatException.h

00001 #ifndef xmogInc_javaxjmsMessageFormatException
00002 #define xmogInc_javaxjmsMessageFormatException
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 String;
00018         }
00019     }
00020     namespace javax
00021     {
00022         namespace jms
00023         {
00024             class MessageFormatException;
00025         }
00026     }
00027 
00028 #   include "javax_jms_JMSException.h"
00029 
00030     // work around MFC definitions of 'new' and 'delete' that cause compilation errors
00031 #   if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00032 #       if defined(new)
00033 #           undef new
00034 #       endif /* defined(new) */
00035 #       if defined(delete)
00036 #           undef delete
00037 #       endif /* defined(delete) */
00038 #   endif /* (XMOG_UNDEFINE_MEM_OPERATORS==1) */
00039 
00060     class JMS_DECLSPEC javax::jms::MessageFormatException : 
00061         public ::javax::jms::JMSException
00062     {
00063     public:
00064         enum 
00065         {
00066             xmogDefaultFlags = xmog_base::GLOBAL,
00067             xmogMajorVersion = 3,
00068             xmogMinorVersion = 2,
00069             xmogPatchVersion = 9,
00070             xmogBuildNumber = 2047
00071         };
00072 
00073     public:
00074 
00075         typedef ::xmog_java_array_template< ::javax::jms::MessageFormatException > array1D;
00076 
00077         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::MessageFormatException > > array2D;
00078 
00080 
00097         MessageFormatException( );
00098 
00111         MessageFormatException( jobject _local, xmog_flags f_xflags );
00112 
00125         MessageFormatException( const ::xmog_null & _null_instance );
00126 
00137         MessageFormatException( ::xmog_java_array * _arr, jint _index );
00138 
00151         MessageFormatException( const ::javax::jms::MessageFormatException & _rhs );
00152 
00164         XMOG_EXPLICIT MessageFormatException( ::xmog_base * _delegate, bool _owns_delegate = true );
00165 
00179         MessageFormatException( const ::javax::jms::MessageFormatException & _rhs, ::xmog_localenv * p_lxenv );
00180 
00194         MessageFormatException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00195 
00197 
00209         MessageFormatException( const ::java::lang::String & reason, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00210 
00222         MessageFormatException( const ::java::lang::String & reason, const ::java::lang::String & errorCode, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00223 
00225 
00232         ~MessageFormatException( );
00233 
00246         javax::jms::MessageFormatException operator =( const javax::jms::MessageFormatException & _rhs );
00247 
00262         void operator delete( void * _ptr );
00263 
00264 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00280             void operator delete( void * ptr, void * loc );
00281 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00282 
00297         void * operator new( size_t _size );
00298 
00299 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00317             void * operator new( size_t _size, void * _ptr );
00318 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00319 
00340         static ::javax::jms::MessageFormatException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00341 
00355         static ::xmog_java_class * get_class( );
00356 
00365         static ::xmog_java_class * get_element_class( );
00366 
00385         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00386 
00398         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00400 
00401     };
00402 #endif /* xmogInc_javaxjmsMessageFormatException */
00403 

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