pt.moredata.dao
Class ColumnIndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
                  extended bypt.moredata.dao.ColumnIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class ColumnIndexOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

Thrown to indicate that an index of a column is out of range. Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

Constructor Summary
ColumnIndexOutOfBoundsException(int index)
          Constructs a new ColumnIndexOutOfBoundsException class with an argument indicating the illegal index.
ColumnIndexOutOfBoundsException(java.lang.String s)
          Constructs an ColumnIndexOutOfBoundsException class with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnIndexOutOfBoundsException

public ColumnIndexOutOfBoundsException(int index)
Constructs a new ColumnIndexOutOfBoundsException class with an argument indicating the illegal index.

Parameters:
index - the illegal index.

ColumnIndexOutOfBoundsException

public ColumnIndexOutOfBoundsException(java.lang.String s)
Constructs an ColumnIndexOutOfBoundsException class with the specified detail message.

Parameters:
s - the detail message.