Package eu.europa.esig.dss.alert.handler

  • Interface Summary
    Interface Description
    AlertHandler<T>
    Executes a process on an object
  • Class Summary
    Class Description
    CompositeAlertHandler<T>
    The class allows to define multiple AlertHandlers to process
    LogHandler<T>
    Implementation of AlertHandler which logs the object with the specified Level
    SilentHandler<T>
    Implementation of AlertHandler which does nothing
    ThrowAlertExceptionHandler<T>
    Handler which throws an AlertException