Uses of Class
java.lang.ClassCastException
Packages that use ClassCastException
Package
Description
The 
java.lang.invoke package provides low-level primitives for interacting
 with the Java Virtual Machine.Provides a factory for obtaining instances of 
DOMImplementation.Provides helper classes, including
 support for bootstrapping SAX-based applications.
- 
Uses of ClassCastException in java.lang.invokeMethods in java.lang.invoke that throw ClassCastExceptionModifier and TypeMethodDescriptionstatic ObjectConstantBootstraps.explicitCast(MethodHandles.Lookup lookup, String name, Class<?> dstType, Object value)Applies a conversion from a source type to a destination type.
- 
Uses of ClassCastException in org.w3c.dom.bootstrapMethods in org.w3c.dom.bootstrap that throw ClassCastExceptionModifier and TypeMethodDescriptionstatic DOMImplementationRegistryDOMImplementationRegistry.newInstance()Obtain a new instance of aDOMImplementationRegistry.
- 
Uses of ClassCastException in org.xml.sax.helpersMethods in org.xml.sax.helpers that throw ClassCastExceptionModifier and TypeMethodDescriptionstatic 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.