Serializable
, LocalizedException
MathIllegalArgumentException
@Deprecated public class MatrixDimensionMismatchException extends MultiDimensionMismatchException
Constructor | Description |
---|---|
MatrixDimensionMismatchException(int wrongRowDim,
int wrongColDim,
int expectedRowDim,
int expectedColDim) |
Deprecated.
Construct an exception from the mismatched dimensions.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getExpectedColumnDimension() |
Deprecated.
|
int |
getExpectedRowDimension() |
Deprecated.
|
int |
getWrongColumnDimension() |
Deprecated.
|
int |
getWrongRowDimension() |
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
getExpectedDimension, getExpectedDimensions, getWrongDimension, getWrongDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MatrixDimensionMismatchException(int wrongRowDim, int wrongColDim, int expectedRowDim, int expectedColDim)
wrongRowDim
- Wrong row dimension.wrongColDim
- Wrong column dimension.expectedRowDim
- Expected row dimension.expectedColDim
- Expected column dimension.public int getWrongRowDimension()
public int getExpectedRowDimension()
public int getWrongColumnDimension()
public int getExpectedColumnDimension()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.