Name

SAXNotSupportedException

Synopsis

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.

org.xml.sax.SAXNotSupportedException

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.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.