Uses of Interface
com.ericlam.mc.eldgui.exception.ExceptionViewHandler
Packages that use ExceptionViewHandler
-
Uses of ExceptionViewHandler in com.ericlam.mc.eldgui
Method parameters in com.ericlam.mc.eldgui with type arguments of type ExceptionViewHandlerModifier and TypeMethodDescriptionvoidMVCInstallation.addExceptionViewHandlers(List<Class<? extends ExceptionViewHandler>> exceptionHandlers) 新增自定義異常處理器voidMVCInstallation.setGlobalExceptionHandler(Class<? extends ExceptionViewHandler> exceptionHandler) 設置全局異常處理器