Class GeoIp2ExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
de.bytestore.hostinger.security.exception.GeoIp2ExceptionHandler
- All Implemented Interfaces:
io.jmix.flowui.exception.UiExceptionHandler
@Component
public class GeoIp2ExceptionHandler
extends io.jmix.flowui.exception.AbstractUiExceptionHandler
The GeoIp2ExceptionHandler class handles exceptions of type GeoIp2Exception.
It extends the AbstractUiExceptionHandler class and overrides the
doHandle method to show a notification message when the exception occurs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionio.jmix.core.Messagesio.jmix.flowui.Notifications -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
handle
-
Field Details
-
notifications
@Autowired public io.jmix.flowui.Notifications notifications -
messages
@Autowired public io.jmix.core.Messages messages
-
-
Constructor Details
-
GeoIp2ExceptionHandler
public GeoIp2ExceptionHandler()
-