March 2005
Intermediate to advanced
1254 pages
104h 21m
English
SAXNotSupportedException
Signals
that
the parser does recognizes, but does not support a named feature or
property. The property or feature may be entirely unsupported, or it
may be read-only, in which case this exception will be thrown by the
setFeature( ) or setProperty( )
method, but not by the corresponding getFeature( )
or getProperty( ) method of
XMLReader.
Figure 22-4. org.xml.sax.SAXNotSupportedException
public class SAXNotSupportedException extends SAXException { // Public Constructors 5.0 public SAXNotSupportedException( ); public SAXNotSupportedException(String message); }
Too many methods to list.