Name

SAXNotRecognizedException

Synopsis

A SAXNotRecognizedException is thrown if you attempt to set a property or feature the parser does not recognize. Besides the constructors, all its methods are inherited from superclasses:

package org.xml.sax;
     
public class SAXNotRecognizedException extends SAXException {
     
  public SAXNotRecognizedException(  );
  public SAXNotRecognizedException(String message);
     
}

Get XML in a Nutshell, 3rd 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.