public class SAXNotSupportedException extends SAXException:
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)
| Modifier and Type | Member | Description |
|---|---|---|
| public | SAXNotSupportedException | Creates an empty unsupported-operation exception. |
| public | SAXNotSupportedExceptionSAXNotSupportedException(message as String): |
Creates an unsupported-operation exception. |