Class InvalidCollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.prozilla.pine.common.exception.PineException
dev.prozilla.pine.common.exception.InvalidObjectException
dev.prozilla.pine.common.exception.InvalidCollectionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been passed an invalid collection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an invalid collection exception with no detail message.InvalidCollectionException
(String message) Creates an invalid collection exception with a detail 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
-
InvalidCollectionException
public InvalidCollectionException()Creates an invalid collection exception with no detail message. -
InvalidCollectionException
Creates an invalid collection exception with a detail message.
-