|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
it.tidalwave.role | |
it.tidalwave.role.ui | |
it.tidalwave.role.ui.spi | |
it.tidalwave.util | |
it.tidalwave.util.spi |
Uses of NotFoundException in it.tidalwave.role |
---|
Methods in it.tidalwave.role that throw NotFoundException | |
---|---|
R |
Composite.Visitor.getValue()
Returns the value of this visitor. |
R |
Composite.VisitorSupport.getValue()
Returns the value of this visitor. |
Uses of NotFoundException in it.tidalwave.role.ui |
---|
Methods in it.tidalwave.role.ui that throw NotFoundException | |
---|---|
Action |
ActionProvider.getDefaultAction()
|
Uses of NotFoundException in it.tidalwave.role.ui.spi |
---|
Methods in it.tidalwave.role.ui.spi that throw NotFoundException | |
---|---|
Action |
ActionProviderSupport.getDefaultAction()
|
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. |
|
|
TypeSafeMap.get(Key<T> key)
|
|
|
TypeSafeHashMap.get(Key<T> key)
|
|
Type |
Finder.result()
Performs the search assuming that it will return a single item and returns it. |
|
static
|
NotFoundException.throwWhenEmpty(T collection,
String message)
Throws the NotFoundException when the passed collection is null or empty. |
|
static
|
NotFoundException.throwWhenEmpty(T collection,
String message,
Object... args)
Throws the NotFoundException when the passed collection is null or empty. |
|
static
|
NotFoundException.throwWhenNull(T object,
String message)
Throws the NotFoundException when the passed object is null . |
|
static
|
NotFoundException.throwWhenNull(T object,
String message,
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 |