|
|||||||||
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 java.lang.RuntimeException java.lang.IllegalArgumentException JSci.maths.DimensionException JSci.maths.matrices.MatrixDimensionException
public final class 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.
Constructor Summary | |
---|---|
MatrixDimensionException()
Constructs a MatrixDimensionException with no detail message. |
|
MatrixDimensionException(java.lang.String s)
Constructs a MatrixDimensionException with the specified detail message. |
Method Summary |
---|
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 |