Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-126
Exception Classes
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()
Method Constructor
Syntax
public ExitProgramException()
Class ScobolException
Package
pathway.its
Syntax
public pathway.its.ScobolException extends
java.lang.RuntimeException
Description
This class represents the exception that is thrown when an unrecoverable error is
encountered. In general, this exception is thrown in cases where the terminal
executing the SCREEN COBOL program would be suspended.