Serializable, LocalizedExceptionNonSquareMatrixException, NonSquareOperatorExceptionMathIllegalArgumentException@Deprecated public class DimensionMismatchException extends MathIllegalNumberException
INTEGER_ZERO| Constructor | Description | 
|---|---|
DimensionMismatchException(int wrong,
                          int expected) | 
 Deprecated.  
Construct an exception from the mismatched dimensions. 
 | 
DimensionMismatchException(Localizable specific,
                          int wrong,
                          int expected) | 
 Deprecated.  
Construct an exception from the mismatched dimensions. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
getDimension() | 
 Deprecated.  
  | 
getArgumentcreateInternalError, 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 DimensionMismatchException(Localizable specific, int wrong, int expected)
specific - Specific context information pattern.wrong - Wrong dimension.expected - Expected dimension.public DimensionMismatchException(int wrong,
                                  int expected)
wrong - Wrong dimension.expected - Expected dimension.Copyright © 2016–2018 Hipparchus.org. All rights reserved.