jp.go.nict.langrid.foundation.servlet
クラス ExceptionServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
jp.go.nict.langrid.foundation.servlet.ExceptionServlet
- すべての実装されたインタフェース:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ExceptionServlet
- extends javax.servlet.http.HttpServlet
常に例外を発生させるサーブレット。
127.0.0.1からの要求のみ受け付ける。
発生させる例外の種類は、パスの最後に指定する。現在対応しているのは、次の例外。
- AccessConstraintViolationException
- NoAccessPermissionException
- バージョン:
- $Revision: 11029 $
- 作成者:
- $Author: Takao Nakaguchi $
- 関連項目:
- 直列化された形式
メソッドの概要 |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
クラス javax.servlet.GenericServlet から継承されたメソッド |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionServlet
public ExceptionServlet()
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doPost
- 例外:
javax.servlet.ServletException
IOException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doGet
- 例外:
javax.servlet.ServletException
IOException