Class InvalidMatrixException

All Implemented Interfaces:
Serializable, MathThrowable
Direct Known Subclasses:
NonSquareMatrixException, SingularMatrixException

public class InvalidMatrixException extends MathRuntimeException
Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.
See Also:
  • Constructor Details

    • InvalidMatrixException

      @Deprecated public InvalidMatrixException(String pattern, Object... arguments)
      Deprecated.
      Construct an exception with the given message.
      Parameters:
      pattern - format specifier
      arguments - format arguments
      Since:
      2.0
    • InvalidMatrixException

      public InvalidMatrixException(Localizable pattern, Object... arguments)
      Construct an exception with the given message.
      Parameters:
      pattern - format specifier
      arguments - format arguments
      Since:
      2.2
    • InvalidMatrixException

      public InvalidMatrixException(Throwable cause)
      Construct an exception with the given message.
      Parameters:
      cause - the exception or error that caused this exception to be thrown.
      Since:
      2.0