Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-118
Class ScobolException
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.
Member Summary
Constructor
ScobolException()
Method Constructor (int argument)
Syntax
public ScobolException (int errorNum)
Description
A string corresponding to the error number is passed to the parent class
(RuntimeException) and is then available through a call to toString().
Parameters
errorNum
The error number that caused the exception to be thrown