Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
CICS® Transaction Gateway JEE Programming Reference v9.0.0.2
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use ScreenException 
    Package Description
    com.ibm.connector2.cics
    Provides classes for developing JEE applications.
    com.ibm.connector2.screen
    Provides classes for developing JEE applications that use the EPI screenable interface (These classes are not available in the CICS Transaction Gateway Desktop Edition).
    • Uses of ScreenException in com.ibm.connector2.cics

      Methods in com.ibm.connector2.cics that throw ScreenException 
      Modifier and Type Method and Description
      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 
      Modifier and Type Class and Description
      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 
      Modifier and Type Method and Description
      void IScreenable.buildField(IFieldData fieldData, IFieldAttrInfo fieldAttrs, ITextAttrInfo textAttrs)
      Adds a field to the screen record.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
©Copyright IBM Corp. 1994, 2013
Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes