|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--javax.imageio.IIOException | +--javax.imageio.metadata.IIOInvalidTreeException
IIOInvalidTreeException
は、IIOMetadata
オブジェクトによる IIOMetadataNode
のツリーの構文解析ができなかった場合にスローされます。構文解析エラーになったノードは保存できます。どの構文解析エラーの場合でも、実際のエラーは検出された場所とは別の位置で発生する可能性があります。getOffendingNode
から返されるノードは、本来の問題の手がかりにすぎないと見なすことが必要です。
IIOMetadata.setFromTree(java.lang.String, org.w3c.dom.Node)
,
IIOMetadata.mergeTree(java.lang.String, org.w3c.dom.Node)
,
IIOMetadataNode
,
直列化された形式フィールドの概要 | |
protected Node |
offendingNode
構文解析エラーになった Node または null |
コンストラクタの概要 | |
IIOInvalidTreeException(String message,
Node offendingNode)
メッセージ文字列と、構文解析エラーを発生させた Node への参照を示す IIOInvalidTreeException を構築します。 |
|
IIOInvalidTreeException(String message,
Throwable cause,
Node offendingNode)
メッセージ文字列、この例外を発生させた例外への参照、および構文解析エラーを発生させた Node への参照を示す IIOInvalidTreeException を構築します。 |
メソッドの概要 | |
Node |
getOffendingNode()
構文解析時にエラーを発生させた Node を返します。 |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected Node offendingNode
Node
または null
コンストラクタの詳細 |
public IIOInvalidTreeException(String message, Node offendingNode)
Node
への参照を示す IIOInvalidTreeException
を構築します。
message
- 構文解析エラーになった理由を含む String
offendingNode
- 例外を発生させた DOM Node
または null
public IIOInvalidTreeException(String message, Throwable cause, Node offendingNode)
Node
への参照を示す IIOInvalidTreeException
を構築します。
message
- 構文解析エラーになった理由を含む String
cause
- この例外を発生させた Throwable
(Error
、Exception
) または null
offendingNode
- 例外を発生させた DOM Node
または null
メソッドの詳細 |
public Node getOffendingNode()
Node
を返します。
Node
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.