Class WrongSizeException

All Implemented Interfaces:
Serializable

public class WrongSizeException extends AlgebraException
Exception thrown when using matrices having wrong size.
See Also:
  • Constructor Details

    • WrongSizeException

      public WrongSizeException()
      Constructor.
    • WrongSizeException

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

      public WrongSizeException(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.
    • WrongSizeException

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