public class ELException extends RuntimeExceptionSE
| コンストラクターと説明 |
|---|
ELException() 詳細メッセージなしで ELException を作成します。 |
ELException(StringSE pMessage) 指定された詳細メッセージを使用して ELException を作成します。 |
ELException(StringSE pMessage, ThrowableSE pRootCause) 指定された詳細メッセージと根本的な原因で ELException を作成します。 |
ELException(ThrowableSE pRootCause) 指定された原因で ELException を作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ELException()
ELException を作成します。public ELException(StringSE pMessage)
ELException を作成します。pMessage - 詳細メッセージ public ELException(ThrowableSE pRootCause)
ELException を作成します。pRootCause - この例外の元の原因 public ELException(StringSE pMessage, ThrowableSE pRootCause)
pMessage - 詳細メッセージ pRootCause - この例外の元の原因 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.