|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
pt.moredata.dao.RowIndexOutOfBoundsException
Thrown to indicate that an index of row is out of range. Company MoreData
| 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 |
public RowIndexOutOfBoundsException(int index)
RowIndexOutOfBoundsException
class with an argument indicating the illegal index.
index - the illegal index.public RowIndexOutOfBoundsException(java.lang.String s)
RowIndexOutOfBoundsException class
with the specified detail message.
s - the detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||