SAXNotRecognizedException | org.xml.sax |
Java 1.4 | serializable checked |
Signals
that
the parser does not recognize a feature or property name. See the
setFeature( ) and setProperty(
) methods of XMLReader.

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