Uses of Class
org.kiwiproject.collect.MapTypeMismatchException
Packages that use MapTypeMismatchException
-
Uses of MapTypeMismatchException in org.kiwiproject.collect
Methods in org.kiwiproject.collect that return MapTypeMismatchExceptionModifier and TypeMethodDescriptionstatic MapTypeMismatchExceptionMapTypeMismatchException.forTypeMismatch(Object key, Class<?> valueType, ClassCastException cause) Factory method to create a new instance with a standardized message for a type mismatch.