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.ActionActionProvider. getDefaultAction()UserActionUserActionProvider. 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.ActionActionProviderSupport. getDefaultAction()UserActionDefaultUserActionProvider. 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 TFinder. firstResult()Deprecated.UseFinder.optionalFirstResult()instead<T> TTypeSafeMap. get(Key<T> key)Deprecated.UseTypeSafeMap.getOptional(Key)insteaddefault TFinder. result()Deprecated.UseFinder.optionalResult()insteadstatic <T extends java.util.Collection<?>>
TNotFoundException. throwWhenEmpty(T collection, java.lang.String message)Throws theNotFoundExceptionwhen the passed collection isnullor empty.static <T extends java.util.Collection<?>>
TNotFoundException. throwWhenEmpty(T collection, java.lang.String message, java.lang.Object... args)Throws theNotFoundExceptionwhen the passed collection isnullor empty.static <T> TNotFoundException. throwWhenNull(T object, java.lang.String message)Throws theNotFoundExceptionwhen the passed object isnull.static <T> TNotFoundException. throwWhenNull(T object, java.lang.String message, java.lang.Object... args)Throws theNotFoundExceptionwhen the passed object isnull.
-