public class DimensionMismatchException extends MathIllegalNumberException
| Modifier and Type | Field and Description |
|---|---|
private int |
dimension
Correct dimension.
|
private static long |
serialVersionUID
Serializable version Id.
|
| Constructor and Description |
|---|
DimensionMismatchException(int wrong,
int expected)
Construct an exception from the mismatched dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension() |
getArgumentgetArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPatternprivate static final long serialVersionUID
private final int dimension
Copyright (c) 2003-2013 Apache Software Foundation