org.simulator.math
Class MatrixOperations.MatrixException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.simulator.math.MatrixOperations.MatrixException
- All Implemented Interfaces: 
 - Serializable
 
- Enclosing class:
 - MatrixOperations
 
public static class MatrixOperations.MatrixException
- extends 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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
MatrixOperations.MatrixException
public MatrixOperations.MatrixException()
- Constructor for MatrixException
 
MatrixOperations.MatrixException
public MatrixOperations.MatrixException(String message)
- Constructor for MatrixException with message