@ -407,9 +407,9 @@ public class ExceptionHandlerExceptionResolver extends AbstractHandlerMethodExce
@@ -407,9 +407,9 @@ public class ExceptionHandlerExceptionResolver extends AbstractHandlerMethodExce
}
}
catch(ThrowableinvocationEx){
// Any other than the original exception is unintended here,
// Any other than the original exception (or its cause) is unintended here,
// probably an accident (e.g. failed assertion or the like).