Class DimensionMismatchException

    • Constructor Detail

      • DimensionMismatchException

        public DimensionMismatchException​(int dimension1,
                                          int dimension2)
        Deprecated.
        Construct an exception from the mismatched dimensions
        Parameters:
        dimension1 - first dimension
        dimension2 - second dimension
    • Method Detail

      • getDimension1

        public int getDimension1()
        Deprecated.
        Get the first dimension
        Returns:
        first dimension
      • getDimension2

        public int getDimension2()
        Deprecated.
        Get the second dimension
        Returns:
        second dimension