public class SkipPageException extends JspException
SimpleTag.doTag(), JspFragment.invoke(java.io.Writer), Tag.doEndTag(), 連載形式 | コンストラクターと説明 |
|---|
SkipPageException() メッセージなしで SkipPageException を作成します。 |
SkipPageException(StringSE message) 指定されたメッセージで SkipPageException を作成します。 |
SkipPageException(StringSE message, ThrowableSE rootCause) 指定されたメッセージと根本原因を使用して SkipPageException を作成します。 |
SkipPageException(ThrowableSE rootCause) 指定された根本原因を使用して SkipPageException を作成します。 |
getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic SkipPageException()
public SkipPageException(StringSE message)
message - 詳細メッセージ public SkipPageException(StringSE message, ThrowableSE rootCause)
message - 詳細メッセージ rootCause - この例外の元の原因 public SkipPageException(ThrowableSE rootCause)
rootCause - この例外の元の原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.