xsdata.exceptions module

exception xsdata.exceptions.CodeGenerationError[source]

Bases: TypeError

Unexpected state during code generation related errors.

exception xsdata.exceptions.ConverterError[source]

Bases: ValueError

Converting values between document/python types related errors.

exception xsdata.exceptions.ParserError[source]

Bases: ValueError

Parsing related errors.

exception xsdata.exceptions.SerializerError[source]

Bases: ValueError

Serializing related errors.

exception xsdata.exceptions.XmlContextError[source]

Bases: ValueError

Unhandled behaviour during data binding.

exception xsdata.exceptions.SchemaValueError[source]

Bases: ValueError

Schema definitions related errors.

exception xsdata.exceptions.AnalyzerValueError[source]

Bases: ValueError

Unhandled behaviour during class analyze process..

exception xsdata.exceptions.ResolverValueError[source]

Bases: ValueError

Dependencies related errors.