space_packet_parser.exceptions
Space Packet Parser Exceptions
Exceptions
Exception for missing XML element |
|
Exception for problems performing comparisons |
|
Error indicating a problem determining how to parse a variable length string. |
|
Exception to raise when we try to parse a dynamic length binary field as fixed length |
|
For errors encountered during value calibration |
|
Error raised when someone is using an invalid ParameterType element |
Module Contents
- exception space_packet_parser.exceptions.ElementNotFoundError
Bases:
ExceptionException for missing XML element
- exception space_packet_parser.exceptions.ComparisonError
Bases:
ExceptionException for problems performing comparisons
- exception space_packet_parser.exceptions.FormatStringError
Bases:
ExceptionError indicating a problem determining how to parse a variable length string.
- exception space_packet_parser.exceptions.DynamicLengthBinaryParameterError
Bases:
ExceptionException to raise when we try to parse a dynamic length binary field as fixed length
- exception space_packet_parser.exceptions.CalibrationError
Bases:
ExceptionFor errors encountered during value calibration
- exception space_packet_parser.exceptions.InvalidParameterTypeError
Bases:
ExceptionError raised when someone is using an invalid ParameterType element