org.apache.commons.math.exception
.public class DimensionMismatchException extends MathException
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
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.