Exceptions¶
- exception surfalize.exceptions.BatchError¶
Bases:
ExceptionRaised when an error occurs in batch processing.
- exception surfalize.exceptions.CalculationError¶
Bases:
ExceptionBase class for all calculation related errors.
- exception surfalize.exceptions.CorruptedFileError¶
Bases:
FileFormatErrorRaised when a file is corrupted.
- exception surfalize.exceptions.FileFormatError¶
Bases:
ExceptionBase class for file related errors.
- exception surfalize.exceptions.FittingError¶
Bases:
CalculationErrorRaised when a fitting operation has failed.
- exception surfalize.exceptions.UnsupportedFileFormatError¶
Bases:
FileFormatErrorRaised when a file format is not supported.