public class PropertyException extends JAXBException
JAXBContext
, Validator
, Unmarshaller
, 直列化された形式 コンストラクターと説明 |
---|
PropertyException(StringSE message) 指定された詳細メッセージを使用して PropertyException を作成します。 |
PropertyException(StringSE name, ObjectSE value) プロパティの名前と value.toString() に基づいてメッセージフィールドが設定される PropertyException を作成します。 |
PropertyException(StringSE message, StringSE errorCode) 指定された詳細メッセージとベンダー固有の errorCode を使用して PropertyException を構築します。 |
PropertyException(StringSE message, StringSE errorCode, ThrowableSE exception) 指定された詳細メッセージ、ベンダー固有の errorCode、および linkedException を使用して PropertyException を構築します。 |
PropertyException(StringSE message, ThrowableSE exception) 指定された詳細メッセージと linkedException を使用して PropertyException を構築します。 |
PropertyException(ThrowableSE exception) linkedException を使用して PropertyException を構築します。 |
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
addSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, setStackTraceSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public PropertyException(StringSE message)
message
- 例外の説明 public PropertyException(StringSE message, StringSE errorCode)
message
- 例外の説明 errorCode
- ベンダー固有のエラーコードを指定する文字列 public PropertyException(ThrowableSE exception)
exception
- リンクされた例外 public PropertyException(StringSE message, ThrowableSE exception)
message
- 例外の説明 exception
- リンクされた例外 public PropertyException(StringSE message, StringSE errorCode, ThrowableSE exception)
message
- 例外の説明 errorCode
- ベンダー固有のエラーコードを指定する文字列 exception
- リンクされた例外 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.