パッケージ jakarta.xml.bind
クラス PropertyException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- jakarta.xml.bind.JAXBException
-
- jakarta.xml.bind.PropertyException
- 実装されたすべてのインターフェース:
SerializableSE
public class PropertyException extends JAXBException
この例外は、プロパティの取得または設定中にエラーが発生したことを示します。- 導入:
- 1.6、JAXB 1.0
- 作成者:
- Ryan Shoemaker, Sun Microsystems, Inc.
- Kohsuke Kawaguchi, Sun Microsystems, Inc.
- Joe Fialli, Sun Microsystems, Inc.
- 関連事項:
JAXBContext
,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 を構築します。
メソッドのサマリー
クラス jakarta.xml.bind.JAXBException から継承されたメソッド
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, setStackTraceSE
コンストラクターの詳細
PropertyException
public PropertyException(StringSE message)
指定された詳細メッセージを使用して PropertyException を構築します。errorCode と linkedException はデフォルトで null になります。- パラメーター:
message
- 例外の説明
PropertyException
public PropertyException(StringSE message, StringSE errorCode)
指定された詳細メッセージとベンダー固有の errorCode を使用して PropertyException を構築します。linkedException はデフォルトで null になります。- パラメーター:
message
- 例外の説明errorCode
- ベンダー固有のエラーコードを指定する文字列
PropertyException
public PropertyException(ThrowableSE exception)
linkedException を使用して PropertyException を構築します。詳細メッセージとベンダー固有の errorCode はデフォルトで null になります。- パラメーター:
exception
- リンクされた例外
PropertyException
public PropertyException(StringSE message, ThrowableSE exception)
指定された詳細メッセージと linkedException を使用して PropertyException を構築します。errorCode はデフォルトで null になります。- パラメーター:
message
- 例外の説明exception
- リンクされた例外
PropertyException
public PropertyException(StringSE message, StringSE errorCode, ThrowableSE exception)
指定された詳細メッセージ、ベンダー固有の errorCode、および linkedException を使用して PropertyException を構築します。- パラメーター:
message
- 例外の説明errorCode
- ベンダー固有のエラーコードを指定する文字列exception
- リンクされた例外