Package eu.europa.esig.dss.alert.handler
Class ThrowAlertExceptionHandler<T>
java.lang.Object
eu.europa.esig.dss.alert.handler.ThrowAlertExceptionHandler<T>
- Type Parameters:
T-
- All Implemented Interfaces:
AlertHandler<T>
public class ThrowAlertExceptionHandler<T> extends Object implements AlertHandler<T>
Handler which throws an
AlertException-
Constructor Summary
Constructors Constructor Description ThrowAlertExceptionHandler() -
Method Summary
-
Constructor Details
-
ThrowAlertExceptionHandler
public ThrowAlertExceptionHandler()
-
-
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
-