| 程序包 | 说明 |
|---|---|
| com.hccake.ballcat.autoconfigure.web.exception | |
| com.hccake.ballcat.autoconfigure.web.exception.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalExceptionHandler |
ExceptionAutoConfiguration.dingTalkGlobalExceptionHandler(ExceptionHandleProperties exceptionHandleProperties,
org.springframework.context.ApplicationContext context)
钉钉消息通知的日志处理器
|
GlobalExceptionHandler |
ExceptionAutoConfiguration.mailGlobalExceptionHandler(ExceptionHandleProperties exceptionHandleProperties,
org.springframework.context.ApplicationContext context)
邮件消息通知的日志处理器
|
GlobalExceptionHandler |
ExceptionAutoConfiguration.multiGlobalExceptionHandler(ExceptionHandleProperties properties,
org.springframework.context.ApplicationContext context) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExceptionHandleProperties |
AbstractNoticeGlobalExceptionHandler.config |
| 构造器和说明 |
|---|
AbstractNoticeGlobalExceptionHandler(ExceptionHandleProperties config,
String applicationName) |
DingTalkGlobalExceptionHandler(ExceptionHandleProperties config,
DingTalkSender sender,
String applicationName) |
MailGlobalExceptionHandler(ExceptionHandleProperties config,
MailSender sender,
String applicationName) |
MultiGlobalExceptionHandler(ExceptionHandleProperties config,
String applicationName,
Object mailSender) |
Copyright © 2023. All rights reserved.