Package io.jmix.mapsui.exception
Class LayerLoadingExceptionHandler
java.lang.Object
io.jmix.ui.exception.AbstractUiExceptionHandler
io.jmix.mapsui.exception.LayerLoadingExceptionHandler
- All Implemented Interfaces:
 UiExceptionHandler
@Component("map_LayerLoadingExceptionHandler")
public class LayerLoadingExceptionHandler
extends AbstractUiExceptionHandler
- 
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.exception.UiExceptionHandler
UiExceptionHandler.UiContext - 
Field Summary
Fields inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
classNames - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHandle(String className, String message, Throwable throwable, UiExceptionHandler.UiContext context) Perform exception handling.Methods inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
canHandle, handle 
- 
Constructor Details
- 
LayerLoadingExceptionHandler
public LayerLoadingExceptionHandler() 
 - 
 - 
Method Details
- 
doHandle
protected void doHandle(String className, String message, @Nullable Throwable throwable, UiExceptionHandler.UiContext context) Description copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
 doHandlein classAbstractUiExceptionHandler- Parameters:
 className- actual exception class namemessage- exception messagethrowable- exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.context- UI context
 
 -