運行ExceptionAdvisor類后,結果如下: ************************************ Error happened in class: TestBean Error happened in method: method1 Exception class: java.lang.Exception ************************************* ************************************* Error happened in class: TestBean Error happened in method: changeToNumber arg[0]: amigo Exception class: java.lang.NumberFormatException ************************************* 在工程中,可將ExceptionAdvisor類作為bean定義,并指定要納入其進行異常攔截的類。