CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.connector2.screen.ScreenException

Packages that use ScreenException
com.ibm.connector2.cics Provides classes for developing J2EE ECI and EPI applications. 
com.ibm.connector2.screen Provides classes for developing J2EE applications that use the EPI screenable interface. 
 

Uses of ScreenException in com.ibm.connector2.cics
 

Methods in com.ibm.connector2.cics that throw ScreenException
 void EPIFieldRecord.appendText(java.lang.String text)
          Append the given string to this field.
 EPIFieldRecord EPIScreenRecord.getField(int index)
          Returns a field at the given index.
 void EPIFieldRecord.setText(java.lang.String text)
          Set the text of the field to the given string.
 

Uses of ScreenException in com.ibm.connector2.screen
 

Subclasses of ScreenException in com.ibm.connector2.screen
 class BuildFieldException
          This exception is thrown to indicate that a failure occurs when a field is being added to the screen record.
 class FieldNotFoundException
          This exception is thrown to indicate that a failure occurs when trying to find the field.
 class FieldProtectedException
          This exception is thrown when an attempt is made to modify a field which is protected.
 class FieldTextOverflowException
          This exception is thrown when the text being appended or set in a field would cause the text of the field to exceed its maximum length.
 class IndexOutOfBoundsException
          This exception is thrown when the specified field index is outside the valid range for the ScreenRecord.
 class NameNotFoundException
          This exception is thrown to indicate that a failure occurs when trying to find the named object.
 

Methods in com.ibm.connector2.screen that throw ScreenException
 void IScreenable.buildField(IFieldData fieldData, IFieldAttrInfo fieldAttrs, ITextAttrInfo textAttrs)
          Adds a field to the screen record.
 


©Copyright IBM Corp. 1994, 2014
Legal