#include <javax_jms_MessageFormatException.h>
Inheritance diagram for javax::jms::MessageFormatException:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::MessageFormatException > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::MessageFormatException > > | array2D |
Public Member Functions | |
| MessageFormatException (const ::java::lang::String &reason, const ::java::lang::String &errorCode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a MessageFormatException with the specified reason and error code. | |
| MessageFormatException (const ::java::lang::String &reason,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
Constructs a MessageFormatException with the specified reason. | |
It must also be thrown when equivalent type errors are made with message property values. For example, this exception must be thrown if StreamMessage.writeObject is given an unsupported class or if StreamMessage.readShort is used to read a boolean value. Note that the special case of a failure caused by an attempt to read improperly formatted String data as numeric values must throw the java.lang.NumberFormatException.
|
||||||||||||||||
|
Constructs a The error code defaults to null.
|
|
||||||||||||||||||||
|
Constructs a
|
1.4.1