クラスjava.lang.ClassCastException 
の使用
| パッケージ | 説明 | 
|---|---|
| java.lang.invoke | java.lang.invokeパッケージは、Java Virtual Machineとやりとりするための低レベルのプリミティブを提供します。 | 
| org.w3c.dom.bootstrap | DOMImplementationのインスタンスを取得するためのファクトリを提供します。 | 
| org.xml.sax.helpers | SAXベースのアプリケーションのブートストラップをサポートするなど、ヘルパー・クラスを提供します。 | 
- 
java.lang.invokeでのClassCastExceptionの使用ClassCastExceptionを投げるjava.lang.invokeのメソッド 修飾子と型 メソッド 説明 static ObjectConstantBootstraps. explicitCast(MethodHandles.Lookup lookup, String name, Class<?> dstType, Object value)ソース・タイプから宛先タイプへの変換を適用します。
- 
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パーサー・オブジェクトを作成します。