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 TypeMethodDescriptionvoid
MVCInstallation.addExceptionViewHandlers
(List<Class<? extends ExceptionViewHandler>> exceptionHandlers) 新增自定義異常處理器void
MVCInstallation.setGlobalExceptionHandler
(Class<? extends ExceptionViewHandler> exceptionHandler) 設置全局異常處理器