Class SizeMismatchException

All Implemented Interfaces:
Serializable

public class SizeMismatchException extends IllegalArgumentException

Unchecked exception thrown by some methods, processing several AlgART arrays or matrices, when the passed arrays / matrices have different lengths / dimensions.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • SizeMismatchException

      public SizeMismatchException()
      Constructs an instance of this class.
    • SizeMismatchException

      public SizeMismatchException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.