org.apache.commons.math
org.apache.commons.math.exception
.public class DimensionMismatchException extends MathException
Modifier and Type | Field and Description |
---|---|
private int |
dimension1
Deprecated.
First dimension.
|
private int |
dimension2
Deprecated.
Second dimension.
|
private static long |
serialVersionUID
Deprecated.
Serializable version identifier
|
Constructor and Description |
---|
DimensionMismatchException(int dimension1,
int dimension2)
Deprecated.
Construct an exception from the mismatched dimensions
|
Modifier and Type | Method and Description |
---|---|
int |
getDimension1()
Deprecated.
Get the first dimension
|
int |
getDimension2()
Deprecated.
Get the second dimension
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
private static final long serialVersionUID
private final int dimension1
private final int dimension2
Copyright (c) 2003-2016 Apache Software Foundation