Exceptions¶
Custom exceptions for well log toolkit.
- exception logsuite.exceptions.WellLogError[source]¶
Bases:
ExceptionBase exception for all well log toolkit errors.
- exception logsuite.exceptions.LasFileError[source]¶
Bases:
WellLogErrorRaised when LAS file parsing or validation fails.
- exception logsuite.exceptions.UnsupportedVersionError[source]¶
Bases:
LasFileErrorRaised when LAS version is not supported.
- exception logsuite.exceptions.PropertyError[source]¶
Bases:
WellLogErrorRaised when property operations fail.
- exception logsuite.exceptions.PropertyNotFoundError[source]¶
Bases:
PropertyErrorRaised when requested property doesn’t exist.
- exception logsuite.exceptions.PropertyTypeError[source]¶
Bases:
PropertyErrorRaised when property type is incorrect for operation.
- exception logsuite.exceptions.WellError[source]¶
Bases:
WellLogErrorRaised when well operations fail.
- exception logsuite.exceptions.WellNameMismatchError[source]¶
Bases:
WellErrorRaised when LAS well name doesn’t match target well.
- exception logsuite.exceptions.DepthAlignmentError[source]¶
Bases:
WellLogErrorRaised when depth grids cannot be aligned.