|
|||||||||||
| 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
edu.umd.cfar.lamp.viper.util.MatrixIndexOutOfBoundsException
Thrown by DataMatrix2d objects when attempting to access
data with a negative index or above the specified boundaries.
DataMatrix2d,
Serialized Form| Constructor Summary | |
MatrixIndexOutOfBoundsException()
Constructs a new MatrixIndexOutOfBoundsException
with no error message. |
|
MatrixIndexOutOfBoundsException(int column,
int row)
Constructs a new MatrixIndexOutOfBoundsException
at the specified index. |
|
MatrixIndexOutOfBoundsException(java.awt.Point p)
Constructs a new MatrixIndexOutOfBoundsException
with an argument indicating the illegal index. |
|
MatrixIndexOutOfBoundsException(java.lang.String s)
Constructs a new MatrixIndexOutOfBoundsException
with the specified 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 MatrixIndexOutOfBoundsException()
MatrixIndexOutOfBoundsException
with no error message.
public MatrixIndexOutOfBoundsException(java.lang.String s)
MatrixIndexOutOfBoundsException
with the specified message.
s - The detail message.public MatrixIndexOutOfBoundsException(java.awt.Point p)
MatrixIndexOutOfBoundsException
with an argument indicating the illegal index.
p - The x and y position of the error.
public MatrixIndexOutOfBoundsException(int column,
int row)
MatrixIndexOutOfBoundsException
at the specified index.
column - The column that was attempted to be accessed.row - The row that was attempted to be accessed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||