jgdtrans.error module#

Provides Error etc.

exception jgdtrans.error.Error#

Bases: Exception

The root error of this package.

exception jgdtrans.error.ParameterNotFoundError#

Bases: Error, LookupError

Parameter not found.

exception jgdtrans.error.CorrectionNotFoundError#

Bases: Error, ValueError

Error is greater than criteria.

exception jgdtrans.error.PointOutOfBoundsError#

Bases: Error, ValueError

Error is greater than criteria.

exception jgdtrans.error.ParseParFileError#

Bases: Error, ValueError

Failed to parse par file.