Class ExceptionUtil
java.lang.Object
com.github.retrooper.packetevents.util.ExceptionUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isException
(Throwable t, Class<?> clazz) static boolean
isExceptionContainedIn
(Throwable t, Set<Class<? extends Throwable>> exceptions)
-
Constructor Details
-
ExceptionUtil
public ExceptionUtil()
-
-
Method Details
-
isException
-
isExceptionContainedIn
-