Uses of Class
java.lang.ClassCastException
| Package | Description |
|---|---|
| java.sql | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.xml.sax.helpers |
-
Uses of ClassCastException in java.sql
Methods in java.sql that throw ClassCastException Modifier and Type Method Description intTimestamp. compareTo(Date theObject)Compares thisTimestampobject with a suppliedTimestampobject. -
Uses of ClassCastException in org.apache.xalan.templates
Methods in org.apache.xalan.templates that throw ClassCastException Modifier and Type Method Description intElemTemplateElement. compareTo(Object o)Compares this object with the specified object for precedence order. -
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.