All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ColumnIndexOutOfBoundsException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----interbase.interclient.InvalidArgumentException
                                   |
                                   +----interbase.interclient.ColumnIndexOutOfBoundsException

public final class ColumnIndexOutOfBoundsException
extends InvalidArgumentException
InterClient Extension

An application is referring to a result column index which is out of bounds.


Method Index

 o getColumnIndex()
Get the invalid column index which caused this exception to be thrown.

Methods

 o getColumnIndex
  public int getColumnIndex()
Get the invalid column index which caused this exception to be thrown.


All Packages  Class Hierarchy  This Package  Previous  Next  Index