Serializable, LocalizedExceptionMathIllegalArgumentException@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, getSpecifiergetExpectedDimension, getExpectedDimensions, getWrongDimension, getWrongDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.