|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.bind.JAXBException javax.xml.bind.PropertyException
public class PropertyException
この例外は、プロパティーの取得中または設定中にエラーが発生したことを示します。
JAXBContext
,
Validator
,
Unmarshaller
,
直列化された形式コンストラクタの概要 | |
---|---|
PropertyException(String message)
指定された詳細メッセージを持つ PropertyException を構築します。 |
|
PropertyException(String name,
Object value)
メッセージフィールドがプロパティー名と value.toString() に基づいて設定された PropertyException を構築します。 |
|
PropertyException(String message,
String errorCode)
指定された詳細メッセージとベンダー固有の errorCode を持つ PropertyException を作成します。 |
|
PropertyException(String message,
String errorCode,
Throwable exception)
指定された詳細メッセージ、ベンダー固有の errorCode、linkedException を持つ PropertyException を構築します。 |
|
PropertyException(String message,
Throwable exception)
指定された詳細メッセージと linkedException を持つ PropertyException を構築します。 |
|
PropertyException(Throwable exception)
linkedException を持つ PropertyException を構築します。 |
メソッドの概要 |
---|
クラス javax.xml.bind.JAXBException から継承されたメソッド |
---|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public PropertyException(String message)
message
- 例外の説明public PropertyException(String message, String errorCode)
message
- 例外の説明errorCode
- ベンダー固有のエラーコードを指定する文字列public PropertyException(Throwable exception)
exception
- リンクされた例外public PropertyException(String message, Throwable exception)
message
- 例外の説明exception
- リンクされた例外public PropertyException(String message, String errorCode, Throwable exception)
message
- 例外の説明errorCode
- ベンダー固有のエラーコードを指定する文字列exception
- リンクされた例外public PropertyException(String name, Object value)
name
- この例外に関係するプロパティーの名前value
- この例外に関係するプロパティーの値
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。