Serializable, LocalizedExceptionMatrixDimensionMismatchExceptionMathIllegalArgumentException@Deprecated public class MultiDimensionMismatchException extends MathIllegalArgumentException
| Constructor | Description |
|---|---|
MultiDimensionMismatchException(Integer[] wrong,
Integer[] expected) |
Deprecated.
Construct an exception from the mismatched dimensions.
|
MultiDimensionMismatchException(Localizable specific,
Integer[] wrong,
Integer[] expected) |
Deprecated.
Construct an exception from the mismatched dimensions.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getExpectedDimension(int index) |
Deprecated.
|
Integer[] |
getExpectedDimensions() |
Deprecated.
|
int |
getWrongDimension(int index) |
Deprecated.
|
Integer[] |
getWrongDimensions() |
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultiDimensionMismatchException(Integer[] wrong, Integer[] expected)
wrong - Wrong dimensions.expected - Expected dimensions.public MultiDimensionMismatchException(Localizable specific, Integer[] wrong, Integer[] expected)
specific - Message pattern providing the specific context of
the error.wrong - Wrong dimensions.expected - Expected dimensions.public Integer[] getWrongDimensions()
public Integer[] getExpectedDimensions()
public int getWrongDimension(int index)
index - Dimension index.index.public int getExpectedDimension(int index)
index - Dimension index.index.Copyright © 2016–2018 Hipparchus.org. All rights reserved.