SAXNotRecognizedException
classin packageorg.xml.sax
public class SAXNotRecognizedException extends SAXException:
└ SAXNotRecognizedException

Error raised for an unrecognized SAX feature or property identifier.

Example
import org.xml.sax

error = SAXNotRecognizedException("Unknown feature")
print(error.message)
Inherited Properties
propertyInherited Properties from SAXException: message
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public SAXNotRecognizedException Creates an empty unrecognized-identifier exception.
public SAXNotRecognizedException Creates an unrecognized-identifier exception.
Inherited Methods
methodInherited Methods from SAXException: getCause, getException, toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml