Class GlobalExceptionMsgManager
java.lang.Object
cn.creekmoon.excel.util.exception.GlobalExceptionMsgManager
全局异常管理器
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class直达消息处理器(将异常信息透传) 如果是业务异常, 可以直接展示的就使用这个处理器 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List<ExcelUtilsExceptionHandler> static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic StringgetExceptionMsg(Exception unCatchException)
-
Field Details
-
MSG_PREFIX
- See Also:
-
MSG_SUFFIX
- See Also:
-
excelUtilsExceptionHandlers
-
-
Constructor Details
-
GlobalExceptionMsgManager
public GlobalExceptionMsgManager()
-
-
Method Details
-
getExceptionMsg
-
addExceptionHandler
-