Uses of Class
java.lang.ClassCastException
-
Packages that use ClassCastException 软件包 描述 javax.rmi 包含RMI-IIOP的用户API。javax.rmi.CORBA 包含RMI-IIOP的可移植API。org.w3c.dom.bootstrap 提供一个工厂获取DOMImplementation
实例。org.xml.sax.helpers 提供帮助类,包括支持引导基于SAX的应用程序。 -
-
Uses of ClassCastException in javax.rmi
Methods in javax.rmi that throw ClassCastException Modifier and Type 方法 描述 static Object
PortableRemoteObject. narrow(Object narrowFrom, Class narrowTo)
检查以确保远程或抽象接口类型的对象可以转换为所需类型。 -
Uses of ClassCastException in javax.rmi.CORBA
Methods in javax.rmi.CORBA that throw ClassCastException Modifier and Type 方法 描述 Object
PortableRemoteObjectDelegate. narrow(Object narrowFrom, Class narrowTo)
-
Uses of ClassCastException in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap that throw ClassCastException Modifier and Type 方法 描述 static DOMImplementationRegistry
DOMImplementationRegistry. newInstance()
获取一个新的实例DOMImplementationRegistry
。 -
Uses of ClassCastException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw ClassCastException Modifier and Type 方法 描述 static Parser
ParserFactory. makeParser()
已过时。使用`org.xml.sax.parser'系统属性创建一个新的SAX解析器。static Parser
ParserFactory. makeParser(String className)
已过时。使用提供的类名创建一个新的SAX解析器对象。
-