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

Error raised for a recognized but unsupported SAX feature or property value.

@example `klyn import org.xml.sax

error = SAXNotSupportedException("Cannot change feature while parsing") 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 SAXNotSupportedException Creates an empty unsupported-operation exception.
public SAXNotSupportedException Creates an unsupported-operation exception.
Methods inherited from SAXException: getCause, getException, toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml