Uses of Interface
eu.europa.esig.dss.alert.Alert
Packages that use Alert
Package
Description
-
Uses of Alert in eu.europa.esig.dss.alert
Subinterfaces of Alert in eu.europa.esig.dss.alertClasses in eu.europa.esig.dss.alert that implement AlertModifier and TypeClassDescriptionclassThe class contains a general logic for alert handlingclassThe abstract alert class to define a handler for theStatusprocessingclassThe class throws an exception on aStatuseventclassThe class logs a message onStatusalertclassThe class is used to process an alert silently (do nothing)classThe class to process aStatusalert silently -
Uses of Alert in eu.europa.esig.dss.pades.alerts
Classes in eu.europa.esig.dss.pades.alerts that implement AlertModifier and TypeClassDescriptionclassThis alert is used to throw aeu.europa.esig.dss.pades.exception.ProtectedDocumentExceptionwhen the corresponding check fails -
Uses of Alert in eu.europa.esig.dss.spi.alerts
Classes in eu.europa.esig.dss.spi.alerts that implement AlertModifier and TypeClassDescriptionclassThis alert is used to throw aeu.europa.esig.dss.spi.exception.DSSExternalResourceExceptionwhen the corresponding check fails -
Uses of Alert in eu.europa.esig.dss.tsl.alerts
Classes in eu.europa.esig.dss.tsl.alerts that implement AlertModifier and TypeClassDescriptionclassThe class to process events on LOTLclassThe class to process events on TLConstructor parameters in eu.europa.esig.dss.tsl.alerts with type arguments of type Alert -
Uses of Alert in eu.europa.esig.dss.tsl.job
Method parameters in eu.europa.esig.dss.tsl.job with type arguments of type AlertModifier and TypeMethodDescriptionvoidTLValidationJob.setLOTLAlerts(List<Alert<LOTLInfo>> lotlAlerts) Sets the LOTL alerts to be processedvoidTLValidationJob.setTLAlerts(List<Alert<TLInfo>> tlAlerts) Sets the TL alerts to be processed -
Uses of Alert in eu.europa.esig.dss.xml.common
Methods in eu.europa.esig.dss.xml.common with parameters of type AlertModifier and TypeMethodDescriptionvoidValidatorConfigurator.setErrorHandlerAlert(Alert<DSSErrorHandler> errorHandlerAlert) SetsAlert<DSSErrorHandler>used to process the collected exception during the XML file validation -
Uses of Alert in eu.europa.esig.dss.xml.common.alert
Classes in eu.europa.esig.dss.xml.common.alert that implement Alert