public class JspException extends ExceptionSE
コンストラクターと説明 |
---|
JspException() JspException を作成します。 |
JspException(StringSE msg) 指定されたメッセージを使用して、新しい JSP 例外を構築します。 |
JspException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因で新しい JspException を構築します。 |
JspException(ThrowableSE cause) 指定された原因で新しい JspException を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
ThrowableSE | getRootCause() 使用すべきではありません。 JSP 2.1 の時点で、 Throwable.getCause() SE に置き換えられました |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public JspException()
public JspException(StringSE msg)
msg
- 例外メッセージのテキストを指定する String
public JspException(StringSE message, ThrowableSE cause)
JspException
を構築します。message
- 例外メッセージのテキストを指定する String
cause
- Throwable.getCause()
SE および getRootCause()
メソッドによる後の検索のために保存される原因。Exception.Exception(String, Throwable)
SEpublic JspException(ThrowableSE cause)
JspException
を構築します。cause
- Throwable.getCause()
SE および getRootCause()
メソッドによる後の検索のために保存される原因。Exception.Exception(Throwable)
SE@DeprecatedSE public ThrowableSE getRootCause()
Throwable.getCause()
SE に置き換えられました。Throwable
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.