public class NonSquareMatrixException extends DimensionMismatchException
INTEGER_ZERO
Constructor and Description |
---|
NonSquareMatrixException(int wrong,
int expected)
Construct an exception from the mismatched dimensions.
|
getDimension
getArgument
getContext, getLocalizedMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonSquareMatrixException(int wrong, int expected)
wrong
- Row dimension.expected
- Column dimension.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.