ELException
に置き換えられました @DeprecatedSE public class ELException extends ExceptionSE
コンストラクターと説明 |
---|
ELException() 使用すべきではありません。 詳細メッセージのない ELException を作成します。 |
ELException(StringSE pMessage) 使用すべきではありません。 指定された詳細メッセージを使用して ELException を作成します。 |
ELException(StringSE pMessage, ThrowableSE pRootCause) 使用すべきではありません。 指定された詳細メッセージと根本的な原因で ELException を作成します。 |
ELException(ThrowableSE pRootCause) 使用すべきではありません。 指定された根本原因で ELException を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
ThrowableSE | getRootCause() 使用すべきではありません。 根本原因を返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public ELException()
public ELException(StringSE pMessage)
pMessage
- 詳細メッセージ public ELException(ThrowableSE pRootCause)
pRootCause
- この例外の元の原因 public ELException(StringSE pMessage, ThrowableSE pRootCause)
pMessage
- 詳細メッセージ pRootCause
- この例外の元の原因 public ThrowableSE getRootCause()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.