com.ibm.connector2.screen

Class 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.
    • Constructor Summary

      Constructors 
      Constructor and Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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, 2013
Legal