org.iternine.jeppetto.enhance
Class ExceptionUtil
java.lang.Object
org.iternine.jeppetto.enhance.ExceptionUtil
public class ExceptionUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtil
public ExceptionUtil()
propagate
public static RuntimeException propagate(Throwable t)
propagateIfInstanceOf
public static <T extends Throwable> void propagateIfInstanceOf(Throwable t,
Class<T> cls)
throws T extends Throwable
- Throws:
T extends Throwable
propagateIfPossible
public static void propagateIfPossible(Throwable t)
Copyright © 2011. All Rights Reserved.