public class UnmarshalException extends JAXBException
ValidationEventHandler
により、アンマーシャリング操作中にこの例外がスローされる可能性があります。ValidationEventHandler.handleEvent(ValidationEvent)
を参照してください。
JAXBException
, Unmarshaller
, ValidationEventHandler
, 直列化された形式 コンストラクターと説明 |
---|
UnmarshalException(StringSE message) 指定された詳細メッセージを使用して UnmarshalException を作成します。 |
UnmarshalException(StringSE message, StringSE errorCode) 指定された詳細メッセージとベンダー固有の errorCode を使用して UnmarshalException を構築します。 |
UnmarshalException(StringSE message, StringSE errorCode, ThrowableSE exception) 指定された詳細メッセージ、ベンダー固有の errorCode、および linkedException を使用して UnmarshalException を構築します。 |
UnmarshalException(StringSE message, ThrowableSE exception) 指定された詳細メッセージと linkedException を使用して UnmarshalException を構築します。 |
UnmarshalException(ThrowableSE exception) linkedException を使用して UnmarshalException を構築します。 |
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 UnmarshalException(StringSE message)
message
- 例外の説明 public UnmarshalException(StringSE message, StringSE errorCode)
message
- 例外の説明 errorCode
- ベンダー固有のエラーコードを指定する文字列 public UnmarshalException(ThrowableSE exception)
exception
- リンクされた例外 public UnmarshalException(StringSE message, ThrowableSE exception)
message
- 例外の説明 exception
- リンクされた例外 public UnmarshalException(StringSE message, StringSE errorCode, ThrowableSE exception)
message
- 例外の説明 errorCode
- ベンダー固有のエラーコードを指定する文字列 exception
- リンクされた例外 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.