我想知道如何使用on-exception属性访问异常对象?我当前的配置如下所示:
<transition on-exception="{business_exception}" to="errorView" > </transition>
我必须在errorView中访问一些异常属性.有谁知道我该怎么办?
exception-handling spring-webflow
exception-handling ×1
spring-webflow ×1