com.google.code.tempusfugit
Class WithException<E extends Exception>

java.lang.Object
  extended by com.google.code.tempusfugit.WithException<E>

public final class WithException<E extends Exception>
extends Object


Method Summary
static
<E extends Exception>
WithException<E>
as(Class<E> type)
           
 Class<E> getType()
           
static
<E extends Exception>
WithException<E>
with(Class<E> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public static <E extends Exception> WithException<E> with(Class<E> type)

as

public static <E extends Exception> WithException<E> as(Class<E> type)
Since:
1.2

getType

public Class<E> getType()


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