public class InvalidConfigurationPropertyValueException extends RuntimeExceptionSE
コンストラクターと説明 |
---|
InvalidConfigurationPropertyValueException(StringSE name, ObjectSE value, StringSE reason) 値が無効である理由 reason を含め、指定されたプロパティ name および value の新しいインスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getName() プロパティの名前を返します。 |
StringSE | getReason() 値が無効である理由を返します。 |
ObjectSE | getValue() 無効な値を返します。 null の場合があります。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public InvalidConfigurationPropertyValueException(StringSE name, ObjectSE value, StringSE reason)
reason
を含め、指定されたプロパティ name
および value
の新しいインスタンスを作成します。name
- 正規形式のプロパティの名前 value
- プロパティの値。null
にすることができます reason
- 理由が無効である理由を説明する人間が読めるテキスト。大文字で始まり、ドットで終わります。複数の文とキャリッジリターンが許可されます。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.