All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ParameterIndexOutOfBoundsException

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

public final class ParameterIndexOutOfBoundsException
extends InvalidArgumentException
InterClient Extension

An application is referring to a prepared statement parameter index which is out of bounds.


Method Index

 o getParameterIndex()
Get the parameter index which caused this exception to be thrown.

Methods

 o getParameterIndex
  public int getParameterIndex()
Get the parameter index which caused this exception to be thrown.


All Packages  Class Hierarchy  This Package  Previous  Next  Index