Uses of Class
it.tidalwave.util.NotFoundException

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.
<T> T
TypeSafeMap.get(Key<T> key)
           
<T> T
TypeSafeHashMap.get(Key<T> key)
          
 Type Finder.result()
          Performs the search assuming that it will return a single item and returns it.
static
<T extends Collection<?>>
T
NotFoundException.throwWhenEmpty(T collection, String message)
          Throws the NotFoundException when the passed collection is null or empty.
static
<T extends Collection<?>>
T
NotFoundException.throwWhenEmpty(T collection, String message, Object... args)
          Throws the NotFoundException when the passed collection is null or empty.
static
<T> T
NotFoundException.throwWhenNull(T object, String message)
          Throws the NotFoundException when the passed object is null.
static
<T> T
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.
 



Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.