|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
org.apache.commons.math.exception.DimensionMismatchException
org.apache.commons.math.linear.NonSquareOperatorException
public class NonSquareOperatorException
Exception to be thrown when a square linear operator is expected.
| Constructor Summary | |
|---|---|
NonSquareOperatorException(int wrong,
int expected)
Construct an exception from the mismatched dimensions. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.exception.DimensionMismatchException |
|---|
getDimension |
| Methods inherited from class org.apache.commons.math.exception.MathIllegalNumberException |
|---|
getArgument |
| Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException |
|---|
getContext, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonSquareOperatorException(int wrong,
int expected)
wrong - Row dimension.expected - Column dimension.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||