Uses of Class
it.tidalwave.util.NotFoundException
-
Uses of NotFoundException in it.tidalwave.util
Modifier and TypeMethodDescriptiondefault T
Finder.firstResult()
Deprecated.<T> T
Deprecated.UseTypeSafeMap.getOptional(Key)
insteaddefault T
Finder.result()
Deprecated.UseFinder.optionalResult()
insteadstatic <T extends Collection<?>>
TNotFoundException.throwWhenEmpty
(T collection, String message) Throws theNotFoundException
when the passed collection isnull
or empty.static <T extends Collection<?>>
TNotFoundException.throwWhenEmpty
(T collection, String message, Object... args) Throws theNotFoundException
when the passed collection isnull
or empty.static <T> T
NotFoundException.throwWhenNull
(T object, String message) Throws theNotFoundException
when the passed object isnull
.static <T> T
NotFoundException.throwWhenNull
(T object, String message, Object... args) Throws theNotFoundException
when the passed object isnull
.
Finder.optionalFirstResult()
instead