Uses of Class
it.tidalwave.util.NotFoundException
-
Packages that use NotFoundException Package Description it.tidalwave.role.ui it.tidalwave.role.ui.spi it.tidalwave.util -
-
Uses of NotFoundException in it.tidalwave.role.ui
Methods in it.tidalwave.role.ui that throw NotFoundException Modifier and Type Method Description javax.swing.Action
ActionProvider. getDefaultAction()
UserAction
UserActionProvider. getDefaultAction()
Deprecated. -
Uses of NotFoundException in it.tidalwave.role.ui.spi
Methods in it.tidalwave.role.ui.spi that throw NotFoundException Modifier and Type Method Description javax.swing.Action
ActionProviderSupport. getDefaultAction()
UserAction
DefaultUserActionProvider. getDefaultAction()
Returns the default action, if available. -
Uses of NotFoundException in it.tidalwave.util
Methods in it.tidalwave.util that throw NotFoundException Modifier and Type Method Description default T
Finder. firstResult()
Deprecated.UseFinder.optionalFirstResult()
instead<T> T
TypeSafeMap. get(Key<T> key)
Deprecated.UseTypeSafeMap.getOptional(Key)
insteaddefault T
Finder. result()
Deprecated.UseFinder.optionalResult()
insteadstatic <T extends java.util.Collection<?>>
TNotFoundException. throwWhenEmpty(T collection, java.lang.String message)
Throws theNotFoundException
when the passed collection isnull
or empty.static <T extends java.util.Collection<?>>
TNotFoundException. throwWhenEmpty(T collection, java.lang.String message, java.lang.Object... args)
Throws theNotFoundException
when the passed collection isnull
or empty.static <T> T
NotFoundException. throwWhenNull(T object, java.lang.String message)
Throws theNotFoundException
when the passed object isnull
.static <T> T
NotFoundException. throwWhenNull(T object, java.lang.String message, java.lang.Object... args)
Throws theNotFoundException
when the passed object isnull
.
-