クラスjava.lang.ClassCastException
の使用
-
ClassCastExceptionを使用しているパッケージ パッケージ 説明 org.w3c.dom.bootstrap DOMImplementationのインスタンスを取得するためのファクトリを提供します。org.xml.sax.helpers SAXベースのアプリケーションのブートストラップをサポートするなど、ヘルパー・クラスを提供します。 -
-
org.w3c.dom.bootstrapでのClassCastExceptionの使用
ClassCastExceptionをスローするorg.w3c.dom.bootstrapのメソッド 修飾子と型 メソッド 説明 static DOMImplementationRegistryDOMImplementationRegistry. newInstance()DOMImplementationRegistryの新しいインスタンスを取得します。 -
org.xml.sax.helpersでのClassCastExceptionの使用
ClassCastExceptionをスローするorg.xml.sax.helpersのメソッド 修飾子と型 メソッド 説明 static ParserParserFactory. makeParser()非推奨。システム・プロパティ`org.xml.sax.parser'を使って新しいSAXパーサーを作成します。static ParserParserFactory. makeParser(String className)非推奨。クラス名を指定して新しいSAXパーサー・オブジェクトを作成します。
-