Package xmlschema_acue ::
Module exceptions
1
2
3
4
5
6
7
8
9
10
11 """
12 This module contains the exception and warning classes of the 'xmlschema_acue' package.
13 """
14 from xmlschema_acue.compat import URLError
15
16
18 """The base exception that let you catch all the errors generated by the library."""
19
20
23
24
27
28
31
32
35
36
39
40
43
44
45 -class XMLSchemaIndexError(XMLSchemaException, ImportError):
47
48
51
52
54 """Raised when an error is found when parsing an XML Schema regular expression."""
55
56
58 """Base warning class for the XMLSchema package."""
59