SAStrutsのページには例外処理はstrutsのもともとの機構を使ってね。http://sastruts.seasar.org/featurereference.htmlとかかれているが、まぁどうせならstruts-config.xml触りたくないのでインターセプターを作ってみた。 public class ForwardThrowsInterceptor extends ActionMessagesThrowsInterceptor { private static final long serialVersionUID = 1L; public String globalForward; public String noRoleForward; public String handleThrowable(Exception e, MethodInvocation invocatio