Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-117
Exception Classes
Description
This method is used to store a byte pattern in this object.
Parameters
Method initialize
Purpose
Sets the values of the cursorRow and cursorCol objects to zeros.
Syntax
public void initialize()
Description
Equivalent to the SCREEN COBOL statement MOVE ZEROS TO NEW-CURSOR or
MOVE ZEROS TO OLD-CURSOR.
Exception Classes
The exception classes provide handling for the Java equivalents of SCREEN COBOL
exceptions.
Class ExitProgramException
Package
pathway.its
Syntax
public pathway.its.ExitProgramException extends RunTimeException
Description
This class represents the exception that is thrown when an error is encountered during
processing of an EXIT PROGRAM statement.
Member Summary
Constructor
ExitProgramException()
data
The byte array whose contents will be the new value of this object.
The length of the array must be greater than or equal to
getHostLength().