| 
||||||||||
| 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
JSci.maths.DimensionException
JSci.maths.matrices.MatrixDimensionException
This exception occurs when there is a problem involving a matrix's dimensions. For example, accessing an element outside a matrix's dimensions or performing an operation with matrices that have incompatible dimensions.
| Field Summary | 
| Fields inherited from class java.lang.RuntimeException | 
 | 
| Constructor Summary | |
MatrixDimensionException()
Constructs a MatrixDimensionException with no detail message.  | 
|
MatrixDimensionException(java.lang.String s)
Constructs a MatrixDimensionException with the specified detail message.  | 
|
| 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 s)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||