OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/J

[Contents][Index][Back][Next]

Class ErrInvalidMessageException

[Figure]

 
public class ErrInvalidMessageException
extends TP1ClientException
 

This is an exception class returned by TP1/Client/J. It indicates the following event:

If a cltAssemReceive method returned this exception:
The message length of the received message was not found between 0x00000005 and 0x7FFFFFFF.
The segment information is invalid.

If a cltAssemSend method returned this exception:
The message length of the message received during receiving of a response is between 0x0000000B and 0x7FFFFFFF, or the segment information is invalid.

Constructor

ErrInvalidMessageException

public ErrInvalidMessageException()

Creates an instance of the ErrInvalidMessageException class without a detail message.