public class SystemException extends ExceptionSE
修飾子と型 | フィールドと説明 |
---|---|
int | errorCode SystemException を作成するためのエラーコード。 |
コンストラクターと説明 |
---|
SystemException() |
SystemException(int errcode) 指定されたエラーコードで SystemException を作成します。 |
SystemException(StringSE s) 指定された文字列で SystemException を作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public SystemException()
public SystemException(StringSE s)
s
- 例外の文字列メッセージ public SystemException(int errcode)
errcode
- 例外のエラーコード Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.