Name

SAXNotRecognizedException

Synopsis

Signals that the parser does not recognize a feature or property name. See the setFeature( ) and setProperty( ) methods of XMLReader.

org.xml.sax.SAXNotRecognizedException

Figure 22-3. org.xml.sax.SAXNotRecognizedException

public class SAXNotRecognizedException extends SAXException {
// Public Constructors
                  5.0  public SAXNotRecognizedException( );  
     public SAXNotRecognizedException(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.