MathIllegalArgumentException@Deprecated public class MultiDimensionMismatchException extends MathIllegalArgumentException
| Constructor and 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 and Description | 
|---|---|
| int | getExpectedDimension(int index)Deprecated.  | 
| Integer[] | getExpectedDimensions()Deprecated.  | 
| int | getWrongDimension(int index)Deprecated.  | 
| Integer[] | getWrongDimensions()Deprecated.  | 
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, 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–2020 Hipparchus.org. All rights reserved.