Exception class for an unsupported operation. An XMLReader will raise this exception when a service it cannot perform is requested (specifically setting a state or value). SAX applications and extensions may use this class for similar purposes.
| 109 | # ===== SAXNOTSUPPORTEDEXCEPTION ===== |
| 110 | |
| 111 | class SAXNotSupportedException(SAXException): |
| 112 | """Exception class for an unsupported operation. |
| 113 | |
| 114 | An XMLReader will raise this exception when a service it cannot |
| 115 | perform is requested (specifically setting a state or value). SAX |
| 116 | applications and extensions may use this class for similar |
| 117 | purposes.""" |
| 118 | |
| 119 | # ===== SAXNOTSUPPORTEDEXCEPTION ===== |
| 120 |
no outgoing calls
no test coverage detected
searching dependent graphs…