|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.crypto.URIReferenceException
public class URIReferenceException
URIReference
の間接参照中にスローされる例外条件を示します。
URIReferenceException
は「原因」 (この URIReferenceException
のスローを引き起こした別のスロー可能オブジェクト) を含めることができます。
URIDereferencer.dereference(URIReference, XMLCryptoContext)
,
RetrievalMethod.dereference(XMLCryptoContext)
,
直列化された形式コンストラクタの概要 | |
---|---|
URIReferenceException()
詳細メッセージとして新しい null を指定して URIReferenceException を構築します。 |
|
URIReferenceException(String message)
指定された詳細メッセージを持つ URIReferenceException を新しく構築します。 |
|
URIReferenceException(String message,
Throwable cause)
指定された詳細メッセージおよび原因を使用して URIReferenceException を新しく構築します。 |
|
URIReferenceException(String message,
Throwable cause,
URIReference uriReference)
指定された詳細メッセージ、原因および URIReference を使用して URIReferenceException を新しく構築します。 |
|
URIReferenceException(Throwable cause)
(cause==null ? null :cause.toString()) の詳細メッセージを使用して新しい URIReferenceException を作成します (通常の場合、cause のクラスと詳細メッセージが含まれる)。 |
メソッドの概要 | |
---|---|
Throwable |
getCause()
この URIReferenceException の原因を返します。 |
URIReference |
getURIReference()
例外がスローされたときに間接参照中だった URIReference を返します。 |
void |
printStackTrace()
URIReferenceException 、そのバックトレースおよび原因のバックとレースを標準エラーストリームに出力します。 |
void |
printStackTrace(PrintStream s)
URIReferenceException 、そのバックトレースおよび原因のバックとレースを指定した出力ストリームに出力します。 |
void |
printStackTrace(PrintWriter s)
URIReferenceException 、そのバックトレースおよび原因のバックとレースを指定したプリントライターに出力します。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public URIReferenceException()
null
を指定して URIReferenceException
を構築します。
public URIReferenceException(String message)
URIReferenceException
を新しく構築します。
message
- 詳細メッセージpublic URIReferenceException(String message, Throwable cause)
URIReferenceException
を新しく構築します。
cause
と関連付けられた詳細メッセージが、この例外の詳細メッセージに自動的に統合されることはありません。
message
- 詳細メッセージcause
- 原因 (null 値は許可されており、原因が
存在しない、または不明なことを示す。)public URIReferenceException(String message, Throwable cause, URIReference uriReference)
URIReference
を使用して URIReferenceException
を新しく構築します。
cause
と関連付けられた詳細メッセージが、この例外の詳細メッセージに自動的に統合されることはありません。
message
- 詳細メッセージcause
- 原因 (null 値は許可されており、原因が
存在しない、または不明なことを示す。)uriReference
- エラーが検出されたときに間接参照された
URIReference
NullPointerException
- uriReference
が
null の場合
public URIReferenceException(Throwable cause)
(cause==null ? null :cause.toString())
の詳細メッセージを使用して新しい URIReferenceException
を作成します (通常の場合、cause
のクラスと詳細メッセージが含まれる)。
cause
- 原因 (null 値は許可されており、原因が
存在しない、または不明なことを示す。)メソッドの詳細 |
---|
public URIReference getURIReference()
URIReference
を返します。
URIReference
または、指定されない場合は null
public Throwable getCause()
URIReferenceException
の原因を返します。原因が存在しないか不明の場合は null
を返します。原因はこの URIReferenceException
をスローさせた Throwable です。
Throwable
内の getCause
URIReferenceException
の原因または
原因が存在しない場合や不明な場合は、null
。public void printStackTrace()
URIReferenceException
、そのバックトレースおよび原因のバックとレースを標準エラーストリームに出力します。
Throwable
内の printStackTrace
public void printStackTrace(PrintStream s)
URIReferenceException
、そのバックトレースおよび原因のバックとレースを指定した出力ストリームに出力します。
Throwable
内の printStackTrace
s
- 出力に使用する PrintStream
public void printStackTrace(PrintWriter s)
URIReferenceException
、そのバックトレースおよび原因のバックとレースを指定したプリントライターに出力します。
Throwable
内の printStackTrace
s
- 出力に使用する PrintWriter
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。