Module vecmath
Package javax.vecmath

Class SingularMatrixException

All Implemented Interfaces:
Serializable

public class SingularMatrixException extends RuntimeException
Indicates that inverse of a matrix cannot be computed.
Version:
specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
Author:
Kenji hiranabe
See Also:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException()
      Creates the exception object with default values.
    • SingularMatrixException

      public SingularMatrixException(String str)
      Creates the exception object that outputs a message.
      Parameters:
      str - the message string to output