Uses of Interface
eu.europa.esig.dss.alert.Alert
Package
Description
-
Uses of Alert in eu.europa.esig.dss.alert
Modifier 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.jaxb.common
Modifier and TypeClassDescriptionfinal class
The defaultDSSErrorHandler
alert Throws aXSDValidationException
containing a list of errors and fatalErrors if occurredModifier 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.pades.alerts
Modifier 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.tsl.alerts
Modifier and TypeClassDescriptionclass
The class to process events on LOTLclass
The class to process events on TL -
Uses of Alert in eu.europa.esig.dss.tsl.job
Modifier 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