nga.servlet.dsp.adapter
クラス ExceptionLogger
java.lang.Object
nga.servlet.spi.CongaServletAdapter
nga.servlet.dsp.adapter.ExceptionLogger
public class ExceptionLogger
- extends CongaServletAdapter
例外発生時にログ出力を行なう。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionLogger
public ExceptionLogger()
abort
public void abort(ServiceInfo serviceInfo,
Throwable exception)
throws ServletException
- exception を引数にして,
log
メソッドを呼び出し,
ServletException にラップして再 throw する。
- オーバーライド:
- クラス
CongaServletAdapter
内の abort
- パラメータ:
serviceInfo
- 現在実行されている service に関する情報。exception
- 発生した例外。
- 例外:
ServletException
- 関連項目:
CongaServletAdapter.abort(ServiceInfo, Throwable)