public class Exceptions extends Object
static <T extends Throwable> T
anyCauseOf(Throwable ex, Class<T> type)
static Throwable
firstCauseNotOf(Throwable ex, Class<?>... types)
rootCause(Throwable ex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Throwable rootCause(Throwable ex)
public static <T extends Throwable> T anyCauseOf(Throwable ex, Class<T> type)
public static Throwable firstCauseNotOf(Throwable ex, Class<?>... types)
Copyright © 2014. All Rights Reserved.