org.apache.commons.math.exception
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() |
getArgument
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
private static final long serialVersionUID
private final int dimension
Copyright (c) 2003-2016 Apache Software Foundation