Team LiB
Previous Section Next Section

SAXNotSupportedExceptionorg.xml.sax

Java 1.4serializable 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.

    Team LiB
    Previous Section Next Section