March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ClassCastException
Signals an invalid cast of an object to a type of which it is not an instance.
Figure 10-11. java.lang.ClassCastException
public class ClassCastException extends RuntimeException { // Public Constructors public ClassCastException( ); public ClassCastException(String s); }
org.xml.sax.helpers.ParserFactory.makeParser( )
Read now
Unlock full access