|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--math.exceptions.MatrixDimensionException
The class MatrixDimensionException is used to signal when a matrix operation has cannot happen with the given dimensions of that matrix.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
MatrixDimensionException()
Creates a MatrixDimensionException with no arguments |
|
MatrixDimensionException(java.lang.String reason)
Creates a MatrixDimensionException given one String argument containing a reason describing the Exception cause. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 MatrixDimensionException()
public MatrixDimensionException(java.lang.String reason)
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||