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

Error raised for an unrecognized SAX feature or property identifier.

@example `klyn import org.xml.sax

error = SAXNotRecognizedException("Unknown feature") print(error.message)

Properties inherited from SAXException: message
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SAXNotRecognizedException Creates an empty unrecognized-identifier exception.
public SAXNotRecognizedException Creates an unrecognized-identifier exception.
Methods inherited from SAXException: getCause, getException, toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml