public class RowOutOfRangeException extends DataException
row parameter was out of range.m_Resourcesm_support| Constructor and Description |
|---|
RowOutOfRangeException(long row, long bound)
Constructor to use to display a standard message.
|
RowOutOfRangeException(long row, long bound, java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that identifies the row and the boundary.
|
RowOutOfRangeException(java.lang.String s)
Constructor to use to display a customized message.
|
RowOutOfRangeException(java.lang.String s, java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that uses a customized message.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
public RowOutOfRangeException(long row,
long bound)
row - The row that is out of bounds.bound - The boundary that the row exceeds.public RowOutOfRangeException(java.lang.String s)
s - The customized message.
public RowOutOfRangeException(long row,
long bound,
java.lang.Exception e)
row - The row that is out of bounds.bound - The boundary that the row exceeds.e - The exception that underlies this exception.
public RowOutOfRangeException(java.lang.String s,
java.lang.Exception e)
s - The customized message.e - The exception that underlies this exception.