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.

public class SAXNotSupportedException extends SAXException {
// Public Constructors
5.0 public SAXNotSupportedException( );
public SAXNotSupportedException(String message);
}
Too many methods to list.