It does not look to me like any implementation we have of this
interface actually throws raw IAE anywhere.  I think maybe it is the
javadoc that is wrong.

On 12/18/15 4:47 AM, l...@apache.org wrote:
> Repository: commons-math
> Updated Branches:
>   refs/heads/master abb205795 -> 5566a21d2
>
>
> Updated FieldMatrix exceptions thrown to match javadoc.
>
> Github: closes #20
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5566a21d
> Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5566a21d
> Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5566a21d
>
> Branch: refs/heads/master
> Commit: 5566a21d2b34090d1ce8129f41b551a1187e7d5b
> Parents: abb2057
> Author: Luc Maisonobe <l...@apache.org>
> Authored: Fri Dec 18 12:47:13 2015 +0100
> Committer: Luc Maisonobe <l...@apache.org>
> Committed: Fri Dec 18 12:47:13 2015 +0100
>
> ----------------------------------------------------------------------
>  src/main/java/org/apache/commons/math4/linear/FieldMatrix.java | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/commons-math/blob/5566a21d/src/main/java/org/apache/commons/math4/linear/FieldMatrix.java
> ----------------------------------------------------------------------
> diff --git a/src/main/java/org/apache/commons/math4/linear/FieldMatrix.java 
> b/src/main/java/org/apache/commons/math4/linear/FieldMatrix.java
> index 0db94b9..4c0ad9f 100644
> --- a/src/main/java/org/apache/commons/math4/linear/FieldMatrix.java
> +++ b/src/main/java/org/apache/commons/math4/linear/FieldMatrix.java
> @@ -195,7 +195,7 @@ public interface FieldMatrix<T extends FieldElement<T>> 
> extends AnyMatrix {
>      void copySubMatrix(int startRow, int endRow, int startColumn, int 
> endColumn,
>                         T[][] destination)
>      throws MatrixDimensionMismatchException, NumberIsTooSmallException,
> -    OutOfRangeException;
> +    OutOfRangeException, IllegalArgumentException;
>  
>    /**
>     * Copy a submatrix. Rows and columns are indicated
>
> .
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to