|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
it.tidalwave.util | |
it.tidalwave.util.spi |
Uses of NotFoundException in it.tidalwave.util |
---|
Methods in it.tidalwave.util that throw NotFoundException | ||
---|---|---|
Type |
Finder.firstResult()
Performs the search and returns only the first found item. |
|
Type |
Finder.result()
Performs the search assuming that it will return a single item and returns it. |
|
static
|
NotFoundException.throwWhenEmpty(T collection,
java.lang.String message)
Throws the NotFoundException when the passed collection is null or empty. |
|
static
|
NotFoundException.throwWhenEmpty(T collection,
java.lang.String message,
java.lang.Object... args)
Throws the NotFoundException when the passed collection is null or empty. |
|
static
|
NotFoundException.throwWhenNull(T object,
java.lang.String message)
Throws the NotFoundException when the passed object is null . |
|
static
|
NotFoundException.throwWhenNull(T object,
java.lang.String message,
java.lang.Object... args)
Throws the NotFoundException when the passed object is null . |
Uses of NotFoundException in it.tidalwave.util.spi |
---|
Methods in it.tidalwave.util.spi that throw NotFoundException | |
---|---|
Type |
FinderSupport.firstResult()
Performs the search and returns only the first found item. |
Type |
FinderSupport.result()
Performs the search assuming that it will return a single item and returns it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |