Uses of Class
it.tidalwave.util.NotFoundException

Packages that use NotFoundException
it.tidalwave.util   
it.tidalwave.util.spi   
 

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.
 Type Finder.result()
          Performs the search assuming that it will return a single item and returns it.
static
<T extends java.util.Collection<?>>
T
NotFoundException.throwWhenEmpty(T collection, java.lang.String message)
          Throws the NotFoundException when the passed collection is null or empty.
static
<T extends java.util.Collection<?>>
T
NotFoundException.throwWhenEmpty(T collection, java.lang.String message, java.lang.Object... args)
          Throws the NotFoundException when the passed collection is null or empty.
static
<T> T
NotFoundException.throwWhenNull(T object, java.lang.String message)
          Throws the NotFoundException when the passed object is null.
static
<T> T
NotFoundException.throwWhenNull(T object, java.lang.String message, java.lang.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-2011 Tidalwave s.a.s.. All Rights Reserved.