Uses of Interface
com.itextpdf.commons.utils.ThrowingAction
Packages that use ThrowingAction
-
Uses of ThrowingAction in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ThrowingActionModifier and TypeMethodDescriptionstatic void
SafeCalling.onExceptionLog
(ThrowingAction action, ValidationReport report, Function<Exception, ReportItem> reportItemCreator) Adds a report item to the report when an exception is thrown in the action.