org.simulator.math
Class MatrixOperations.MatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simulator.math.MatrixOperations.MatrixException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MatrixOperations

public static class MatrixOperations.MatrixException
extends java.lang.Exception

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

See Also:
Serialized Form

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

MatrixOperations.MatrixException

public MatrixOperations.MatrixException()
Constructor for MatrixException


MatrixOperations.MatrixException

public MatrixOperations.MatrixException(java.lang.String message)
Constructor for MatrixException with message