Exception class for a missing driver. An XMLReader module (driver) should raise this exception when it is first imported, e.g. when a support module cannot be imported. It also may be raised during parsing, e.g. if executing an external program is not permitted.
| 119 | # ===== SAXNOTSUPPORTEDEXCEPTION ===== |
| 120 | |
| 121 | class SAXReaderNotAvailable(SAXNotSupportedException): |
| 122 | """Exception class for a missing driver. |
| 123 | |
| 124 | An XMLReader module (driver) should raise this exception when it |
| 125 | is first imported, e.g. when a support module cannot be imported. |
| 126 | It also may be raised during parsing, e.g. if executing an external |
| 127 | program is not permitted.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…