Class NonSquareMatrixException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NonSquareMatrixException extends DimensionMismatchException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a square matrix is expected.
See Also:
  • Constructor Details

    • NonSquareMatrixException

      public NonSquareMatrixException(int wrong, int expected)
      Deprecated.
      Construct an exception from the mismatched dimensions.
      Parameters:
      wrong - Row dimension.
      expected - Column dimension.