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