Exception class for an unrecognized identifier. An XMLReader will raise this exception when it is confronted with an unrecognized feature or property. SAX applications and extensions may use this class for similar purposes.
| 99 | # ===== SAXNOTRECOGNIZEDEXCEPTION ===== |
| 100 | |
| 101 | class SAXNotRecognizedException(SAXException): |
| 102 | """Exception class for an unrecognized identifier. |
| 103 | |
| 104 | An XMLReader will raise this exception when it is confronted with an |
| 105 | unrecognized feature or property. SAX applications and extensions may |
| 106 | use this class for similar purposes.""" |
| 107 | |
| 108 | |
| 109 | # ===== SAXNOTSUPPORTEDEXCEPTION ===== |
no outgoing calls
no test coverage detected
searching dependent graphs…