SAXNotSupportedException


SAXNotSupportedException org.xml.sax

Java 1.4 serializable checked

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  );   } 

Thrown By

Too many methods to list.



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net