javax.servlet.jsp
クラス JspTagException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.jsp.JspException
                    |
                    +--javax.servlet.jsp.JspTagException
すべての実装インタフェース:
java.io.Serializable

public class JspTagException
extends JspException

Exception to be used by a Tag Handler to indicate some unrecoverable error. This error is to be caught by the top level of the JSP page and will result in an error page.

関連項目:
直列化された形式

コンストラクタの概要
JspTagException()
          No message
JspTagException(java.lang.String msg)
          Constructor with a message.
 
クラス javax.servlet.jsp.JspException から継承したメソッド
getRootCause
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JspTagException

public JspTagException(java.lang.String msg)
Constructor with a message.


JspTagException

public JspTagException()
No message



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.