CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.screen
Class IndexOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.connector2.screen.ScreenException
              extended by com.ibm.connector2.screen.IndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class IndexOutOfBoundsException
extends ScreenException

This exception is thrown when the specified field index is outside the valid range for the ScreenRecord.

See Also:
Serialized Form

Constructor Summary
IndexOutOfBoundsException()
          Constructs a IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(java.lang.String s)
          Constructs a IndexOutOfBoundsException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException()
Constructs a IndexOutOfBoundsException with no detail message.


IndexOutOfBoundsException

public IndexOutOfBoundsException(java.lang.String s)
Constructs a IndexOutOfBoundsException with the specified detail message.

Parameters:
s - The detail message.

©Copyright IBM Corp. 1994, 2014
Legal