Class IncorrectSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.IncorrectSizeException
- All Implemented Interfaces:
Serializable
Exception for collections with an incorrect amount of items.
- Version:
- 0.4.1
- Author:
- Davide Costantini
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectSizeException
(String message) Constructs an IncorrectSizeException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectSizeException
Constructs an IncorrectSizeException with the specified message.- Parameters:
message
- the exception message
-