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 TypeClassDescriptionclass
The class contains a general logic for alert handlingclass
The abstract alert class to define a handler for theStatus
processingclass
The class throws an exception on aStatus
eventclass
The class logs a message onStatus
alertclass
The class is used to process an alert silently (do nothing)class
The class to process aStatus
alert silently -
Uses of Alert in eu.europa.esig.dss.pades.alerts
Classes in eu.europa.esig.dss.pades.alerts that implement AlertModifier and TypeClassDescriptionclass
This alert is used to throw aeu.europa.esig.dss.pades.exception.ProtectedDocumentException
when 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 TypeClassDescriptionclass
This alert is used to throw aeu.europa.esig.dss.spi.exception.DSSExternalResourceException
when 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 TypeClassDescriptionclass
The class to process events on LOTLclass
The 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 TypeMethodDescriptionvoid
TLValidationJob.setLOTLAlerts
(List<Alert<LOTLInfo>> lotlAlerts) Sets the LOTL alerts to be processedvoid
TLValidationJob.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 TypeMethodDescriptionvoid
ValidatorConfigurator.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