Class SingularMatrixException

All Implemented Interfaces:
Serializable

public class SingularMatrixException extends AlgebraException
Exception thrown when a singular matrix is used.
See Also:
  • Constructor Details

    • SingularMatrixException

      public SingularMatrixException()
      Constructor.
    • SingularMatrixException

      public SingularMatrixException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • SingularMatrixException

      public SingularMatrixException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • SingularMatrixException

      public SingularMatrixException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.