1. 程式人生 > >spring boot 源碼之SpringBootExceptionReporter

spring boot 源碼之SpringBootExceptionReporter

epo public throw con 第一個 tro exc ring nbsp

SpringBootExceptionReporter

  用戶自定義異常處理回調接口。

public interface SpringBootExceptionReporter {
    boolean reportException(Throwable failure);
}

 SpringBootExceptionReporter通過SpringFactoriesLoader加載,必須第一個包含ConfigurableApplicationContext的構造函數。 

spring boot 源碼之SpringBootExceptionReporter