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
-
Method Summary
-
Constructor Details
-
ThrowAlertExceptionHandler
public ThrowAlertExceptionHandler()Default constructor
-
-
Method Details
-
process
Description copied from interface:AlertHandler
Alert user after some change or problem has been detected- Specified by:
process
in interfaceAlertHandler<T>
- Parameters:
object
- to execute the alert on
-