Uses of Interface
com.itextpdf.commons.utils.ThrowingAction
-
Packages that use ThrowingAction Package Description com.itextpdf.signatures.validation -
-
Uses of ThrowingAction in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ThrowingAction Modifier and Type Method Description static void
SafeCalling. onExceptionLog(ThrowingAction action, ValidationReport report, java.util.function.Function<java.lang.Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
-