public class UnmarshalException extends JAXBException
ValidationEventHandlerは、非整列化操作中にこの例外をスローする可能性があります。ValidationEventHandler.handleEvent(ValidationEvent)
を参照してください。
JAXBException
, Unmarshaller
, ValidationEventHandler
, 直列化された形式コンストラクタと説明 |
---|
UnmarshalException(String message)
指定された詳細メッセージを持つUnmarshalExceptionを構築します。
|
UnmarshalException(String message, String errorCode)
指定された詳細メッセージとベンダー固有のerrorCodeを持つUnmarshalExceptionを構築します。
|
UnmarshalException(String message, String errorCode, Throwable exception)
指定された詳細メッセージ、ベンダー固有のerrorCode、linkedExceptionを持つUnmarshalExceptionを構築します。
|
UnmarshalException(String message, Throwable exception)
指定された詳細メッセージとlinkedExceptionを持つUnmarshalExceptionを構築します。
|
UnmarshalException(Throwable exception)
linkedExceptionを持つUnmarshalExceptionを構築します。
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public UnmarshalException(String message)
message
- 例外の説明public UnmarshalException(String message, String errorCode)
message
- 例外の説明errorCode
- ベンダー固有のエラー・コードを指定する文字列public UnmarshalException(Throwable exception)
exception
- リンクされた例外public UnmarshalException(String message, Throwable exception)
message
- 例外の説明exception
- リンクされた例外 バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.