public class InvalidPropertyException extends ResourceException
コンストラクターと説明 |
---|
InvalidPropertyException() InvalidPropertyException を作成します。 |
InvalidPropertyException(StringSE message) InvalidPropertyException を作成します。 |
InvalidPropertyException(StringSE message, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して、新しいスロー可能オブジェクトを構築します。 |
InvalidPropertyException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を持つ新しいスロー可能オブジェクトを構築します。 |
InvalidPropertyException(ThrowableSE cause) 指定された原因で新しいスロー可能オブジェクトを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
PropertyDescriptorSE[] | getInvalidPropertyDescriptors() 無効なプロパティのリストを取得します。 |
void | setInvalidPropertyDescriptors(PropertyDescriptorSE[] invalidProperties) 無効なプロパティのリストを設定します。 |
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public InvalidPropertyException()
public InvalidPropertyException(StringSE message)
message
- 例外の説明 public InvalidPropertyException(ThrowableSE cause)
cause
- 型 Throwable
の連鎖例外。public InvalidPropertyException(StringSE message, ThrowableSE cause)
message
- 詳細メッセージ。cause
- 型 Throwable
の連鎖例外。public void setInvalidPropertyDescriptors(PropertyDescriptorSE[] invalidProperties)
public PropertyDescriptorSE[] getInvalidPropertyDescriptors()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.