Home | History | Annotate | Download | only in linear

Lines Matching defs:MatrixIndexException

528      * @exception MatrixIndexException if index is not valid
532 throw new MatrixIndexException(LocalizedFormats.ROW_INDEX_OUT_OF_RANGE,
541 * @exception MatrixIndexException if index is not valid
544 throws MatrixIndexException {
546 throw new MatrixIndexException(LocalizedFormats.COLUMN_INDEX_OUT_OF_RANGE,
560 * @exception MatrixIndexException if the indices are not valid
568 throw new MatrixIndexException(LocalizedFormats.INITIAL_ROW_AFTER_FINAL_ROW,
575 throw new MatrixIndexException(LocalizedFormats.INITIAL_COLUMN_AFTER_FINAL_COLUMN,
589 * @exception MatrixIndexException if row or column selections are not valid
593 throws MatrixIndexException {
596 throw new MatrixIndexException(LocalizedFormats.EMPTY_SELECTED_ROW_INDEX_ARRAY);
598 throw new MatrixIndexException(LocalizedFormats.EMPTY_SELECTED_COLUMN_INDEX_ARRAY);