Class ExceptionUtil
java.lang.Object
org.flowable.common.engine.impl.util.ExceptionUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
containsCause
(Throwable chain, Class<? extends Throwable> exceptionType) static <E extends Throwable>
void
-
Constructor Details
-
ExceptionUtil
public ExceptionUtil()
-
-
Method Details
-
sneakyThrow
- Throws:
E extends Throwable
-
containsCause
-