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

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

Class ErrInvalidArgsException

[Figure]

 
public class ErrInvalidArgsException
extends TP1ClientException
 

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

An argument specified in the method is invalid.

Related items

TP1Client, TP1ClientException

Constructors

ErrInvalidArgsException

public ErrInvalidArgsException()

Creates an instance of ErrInvalidArgsException without a detail message.

ErrInvalidArgsException

public ErrInvalidArgsException(String msg)

Creates an instance of TP1ClientException with a detail message. You can use the getMessage method to retrieve the detail message.