Class ThrowAlertExceptionHandler<T>

java.lang.Object
eu.europa.esig.dss.alert.handler.ThrowAlertExceptionHandler<T>
Type Parameters:
T - class of an object to process
All Implemented Interfaces:
AlertHandler<T>

public class ThrowAlertExceptionHandler<T> extends Object implements AlertHandler<T>
Handler which throws an AlertException
  • Constructor Details

    • ThrowAlertExceptionHandler

      public ThrowAlertExceptionHandler()
      Default constructor
  • Method Details

    • process

      public void process(T object)
      Description copied from interface: AlertHandler
      Alert user after some change or problem has been detected
      Specified by:
      process in interface AlertHandler<T>
      Parameters:
      object - to execute the alert on