Uses of Class
it.tidalwave.util.NotFoundException
-
Packages that use NotFoundException Package Description it.tidalwave.role it.tidalwave.role.spi it.tidalwave.role.spring.spi it.tidalwave.role.ui it.tidalwave.role.ui.spi it.tidalwave.util -
-
Uses of NotFoundException in it.tidalwave.role
Methods in it.tidalwave.role that throw NotFoundException Modifier and Type Method Description <T> TContextManager. findContextOfType(java.lang.Class<T> contextType)Finds a current context instance of the given type.RComposite.Visitor. getValue()Returns the value of this visitor.RComposite.VisitorSupport. getValue()Returns the value of this visitor. -
Uses of NotFoundException in it.tidalwave.role.spi
Methods in it.tidalwave.role.spi that throw NotFoundException Modifier and Type Method Description <T> TDefaultContextManager. findContextOfType(java.lang.Class<T> contextType)Finds a current context instance of the given type.protected abstract java.lang.Class<?>RoleManagerSupport. findContextTypeForRole(java.lang.Class<?> roleImplementationType)Returns the type of the context associated to the given role implementation type. -
Uses of NotFoundException in it.tidalwave.role.spring.spi
Methods in it.tidalwave.role.spring.spi that throw NotFoundException Modifier and Type Method Description protected java.lang.Class<?>AnnotationSpringRoleManager. findContextTypeForRole(java.lang.Class<?> roleImplementationType)Returns the type of the context associated to the given role implementation type. -
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 TYPEFinder. firstResult()Deprecated.UseFinder.optionalFirstResult()instead<T> TTypeSafeMap. get(Key<T> key)Deprecated.UseTypeSafeMap.getOptional(Key)insteaddefault TYPEFinder. 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.
-