Uses of Class
java.lang.ClassCastException
-
Packages that use ClassCastException Package Description javax.rmi Contains user APIs for RMI-IIOP.javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.w3c.dom.bootstrap Provides a factory for obtaining instances ofDOMImplementation.org.xml.sax.helpers Provides helper classes, including support for bootstrapping SAX-based applications. -
-
Uses of ClassCastException in javax.rmi
Methods in javax.rmi that throw ClassCastException Modifier and Type Method Description static ObjectPortableRemoteObject. narrow(Object narrowFrom, Class narrowTo)Checks to ensure that an object of a remote or abstract interface type can be cast to a desired type. -
Uses of ClassCastException in javax.rmi.CORBA
Methods in javax.rmi.CORBA that throw ClassCastException Modifier and Type Method Description ObjectPortableRemoteObjectDelegate. narrow(Object narrowFrom, Class narrowTo)Delegation call forPortableRemoteObject.narrow(java.lang.Object, java.lang.Class). -
Uses of ClassCastException in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap that throw ClassCastException Modifier and Type Method Description static DOMImplementationRegistryDOMImplementationRegistry. newInstance()Obtain a new instance of aDOMImplementationRegistry. -
Uses of ClassCastException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw ClassCastException Modifier and Type Method Description static ParserParserFactory. makeParser()Deprecated.Create a new SAX parser using the `org.xml.sax.parser' system property.static ParserParserFactory. makeParser(String className)Deprecated.Create a new SAX parser object using the class name provided.
-