类 ExceptionHandler.ExceptionStatistics
java.lang.Object
cn.isliu.core.exception.ExceptionHandler.ExceptionStatistics
- 封闭类:
- ExceptionHandler
异常统计信息
-
构造器概要
构造器构造器说明ExceptionStatistics(Map<ErrorCode, Long> errorCodeCounts, Map<ErrorCode.ErrorCategory, Long> categoryCounts, List<ExceptionHandler.ExceptionRecord> recentExceptions) -
方法概要
-
构造器详细资料
-
ExceptionStatistics
public ExceptionStatistics(Map<ErrorCode, Long> errorCodeCounts, Map<ErrorCode.ErrorCategory, Long> categoryCounts, List<ExceptionHandler.ExceptionRecord> recentExceptions)
-
-
方法详细资料
-
getErrorCodeCounts
-
getCategoryCounts
-
getRecentExceptions
-
getTotalExceptions
public long getTotalExceptions() -
getMostFrequentError
-
getMostFrequentCategory
-