Exceptions¶
Parser Exceptions¶
# Exceptions
## Parser Exceptions
```{eval-rst}
.. autoclass:: r2x_core.ParserError
:members:
:show-inheritance:
```
```{eval-rst}
.. autoclass:: r2x_core.ValidationError
:members:
:show-inheritance:
```
```{eval-rst}
.. autoclass:: r2x_core.ComponentCreationError
:members:
:show-inheritance:
```
## Exporter Exceptions
```{eval-rst}
.. autoclass:: r2x_core.ExporterError
:members:
:show-inheritance:
```