[Seasar-user:6641] [teeda-ajax]ServletException生成時のパラメータについて
秋草 森彦
[E-MAIL ADDRESS DELETED]
2007年 3月 12日 (月) 13:58:49 JST
いつもお世話になっております。
秋草です。
teeda-ajaxのAjaxServlet.javaでの
ServletException発生時の処理について
現状、invoke時のExceptionの処理は以下のようになっていますが、
rootCause引数も追加する形に変更していただけ無いでしょうか?
スタックトレースで原因箇所までたどり着けないことがあったので、
変更していただけると助かります。
try {
target = beanDesc.invoke(obj, method, args);
} catch (Exception e) {
throw new ServletException(
"The error occurred while create Ajax response. "
+ e.getMessage());
}
以上です。
よろしくお願いいたします。
Seasar-user メーリングリストの案内