Uses of Class
dev.galasa.zos3270.ErrorTextFoundException
Packages that use ErrorTextFoundException
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of ErrorTextFoundException in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that throw ErrorTextFoundExceptionModifier and TypeMethodDescriptionITerminal.waitForTextInField
(String string) int
ITerminal.waitForTextInField
(String[] ok, String[] error) int
ITerminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) -
Uses of ErrorTextFoundException in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi that throw ErrorTextFoundExceptionModifier and TypeMethodDescriptionint
Screen.searchFieldContaining
(@NotNull String[] okText, String[] errorText) int
Screen.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) int
Terminal.waitForTextInField
(String[] ok, String[] error) int
Terminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds)