java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
- すべての実装されたインタフェース:
Serializable
public class XMLStreamException extends Exception
予期しない処理エラーのための基本の例外です。 この例外クラスは、予期しない処理条件と整形式エラーを報告するために使用されます。
- 導入されたバージョン:
- 1.6
- 関連項目:
-
フィールドのサマリー
フィールド -
コンストラクタのサマリー
コンストラクタコンストラクタ説明デフォルトのコンストラクタですXMLStreamException
(String msg) 関連するメッセージを使用して例外を作成します。XMLStreamException
(String msg, Throwable th) 関連するメッセージと例外を使用した例外の作成XMLStreamException
(String msg, Location location) 関連付けられたメッセージ、例外およびロケーションを使用して例外を作成します。XMLStreamException
(String msg, Location location, Throwable th) 関連付けられたメッセージ、例外およびロケーションを使用して例外を作成します。関連する例外を使用した例外の作成 -
メソッドのサマリー
クラスjava.lang.Throwableで宣言されたメソッド
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
フィールド詳細
-
コンストラクタの詳細
-
XMLStreamException
public XMLStreamException()デフォルトのコンストラクタです -
XMLStreamException
-
XMLStreamException
-
XMLStreamException
-
XMLStreamException
-
XMLStreamException
-
-
メソッドの詳細
-
getNestedException
-
getLocation
-