Package org.zeroturnaround.exec.close
Class ExceptionUtil
java.lang.Object
org.zeroturnaround.exec.close.ExceptionUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Method
Throwable.addSuppressed(Throwable) added in Java 7. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSuppressed
(Throwable t, Throwable suppressed) If supported.private static Method
-
Field Details
-
METHOD_ADD_SUPPRESSED
Throwable.addSuppressed(Throwable) added in Java 7.
-
-
Constructor Details
-
ExceptionUtil
ExceptionUtil()
-
-
Method Details
-
findAddSuppressed
-
addSuppressed
If supported. appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
-