|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.DimensionMismatchException
org.apache.commons.math.exception.
public class DimensionMismatchException
Error thrown when two dimensions differ.
| Field Summary | |
|---|---|
private int |
dimension1
Deprecated. First dimension. |
private int |
dimension2
Deprecated. Second dimension. |
private static long |
serialVersionUID
Deprecated. Serializable version identifier |
| Constructor Summary | |
|---|---|
DimensionMismatchException(int dimension1,
int dimension2)
Deprecated. Construct an exception from the mismatched dimensions |
|
| Method Summary | |
|---|---|
int |
getDimension1()
Deprecated. Get the first dimension |
int |
getDimension2()
Deprecated. Get the second dimension |
| Methods inherited from class org.apache.commons.math.MathException |
|---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final int dimension1
private final int dimension2
| Constructor Detail |
|---|
public DimensionMismatchException(int dimension1,
int dimension2)
dimension1 - first dimensiondimension2 - second dimension| Method Detail |
|---|
public int getDimension1()
public int getDimension2()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||