public abstract class ExceptionUtils extends Object
ExceptionUtils()
static boolean
ignoreException(Throwable e, Class<?>[] exceptionClasses)
static String[]
toArray(Throwable e)
static String
toString(Throwable e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionUtils()
public static String[] toArray(Throwable e)
public static String toString(Throwable e)
public static boolean ignoreException(Throwable e, Class<?>[] exceptionClasses)
Copyright © 2022. All rights reserved.