Package eu.europa.esig.dss.alert.handler
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>
Handler which throws an
AlertException-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThrowAlertExceptionHandler
public ThrowAlertExceptionHandler()Default constructor
-
-
Method Details
-
process
Description copied from interface:AlertHandlerAlert user after some change or problem has been detected- Specified by:
processin interfaceAlertHandler<T>- Parameters:
object- to execute the alert on
-