Class IncorrectSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.IncorrectSizeException
All Implemented Interfaces:
Serializable

public class IncorrectSizeException extends Exception
Exception for collections with an incorrect amount of items.
Version:
0.4.1
Author:
Davide Costantini
See Also:
  • Constructor Details

    • IncorrectSizeException

      public IncorrectSizeException(String message)
      Constructs an IncorrectSizeException with the specified message.
      Parameters:
      message - the exception message