pt.moredata.dao
Class RowIndexOutOfBoundsException

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

public class RowIndexOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

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

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

Constructor Summary
RowIndexOutOfBoundsException(int index)
          Constructs a new RowIndexOutOfBoundsException class with an argument indicating the illegal index.
RowIndexOutOfBoundsException(java.lang.String s)
          Constructs an RowIndexOutOfBoundsException 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

RowIndexOutOfBoundsException

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

Parameters:
index - the illegal index.

RowIndexOutOfBoundsException

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

Parameters:
s - the detail message.