Class SingularMatrixException

All Implemented Interfaces:
Serializable

public class SingularMatrixException extends RuntimeException
Indicates that inverse of a matrix cannot be computed.
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