This namespace contains the exceptions we may throw. Exceptions may be thrown because of incorrect nesting of tags, invalid attributes, etc.
Classes
| Class | Description | |
|---|---|---|
| AttributeException |
An exception caused by an incorrect usage of an attribute.
| |
| ParentChildException |
An exception with the nesting of tags. Contains both the parent and child tags that caused it.
| |
| StructureException | An exception with the structure of the elements. For example, when you try to add a child element to a Br. | |
| TypeException | ||
| UsageException |
An element was used incorrectly.
|