|
||||||||||
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.simulator.math.MatrixOperations.MatrixException
public static class MatrixOperations.MatrixException
This exception is thrown when errors in the computation of matrix-related solutions, their eigenvalues or eigenvectors. The message stored in the exception indicates where the computation went wrong and should be instructive to the user hoping to re-complete the calculation
Constructor Summary | |
---|---|
MatrixOperations.MatrixException()
Constructor for MatrixException |
|
MatrixOperations.MatrixException(java.lang.String message)
Constructor for MatrixException with 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 MatrixOperations.MatrixException()
public MatrixOperations.MatrixException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |