Uses of Class
com.google.code.tempusfugit.WithException

Packages that use WithException
com.google.code.tempusfugit   
 

Uses of WithException in com.google.code.tempusfugit
 

Methods in com.google.code.tempusfugit that return WithException
static
<E extends Exception>
WithException<E>
WithException.as(Class<E> type)
           
static
<E extends Exception>
WithException<E>
WithException.with(Class<E> type)
           
 

Methods in com.google.code.tempusfugit with parameters of type WithException
static
<E extends RuntimeException>
void
ExceptionWrapper.throwException(Exception throwable, WithException<E> wrapper)
           
static
<V,E extends Exception>
V
ExceptionWrapper.wrapAnyException(Callable<V> callable, WithException<E> wrapper)
           
 



Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.