Exceptions

exception surfalize.exceptions.BatchError

Bases: Exception

Raised when an error occurs in batch processing.

exception surfalize.exceptions.CalculationError

Bases: Exception

Base class for all calculation related errors.

exception surfalize.exceptions.CorruptedFileError

Bases: FileFormatError

Raised when a file is corrupted.

exception surfalize.exceptions.FileFormatError

Bases: Exception

Base class for file related errors.

exception surfalize.exceptions.FittingError

Bases: CalculationError

Raised when a fitting operation has failed.

exception surfalize.exceptions.UnsupportedFileFormatError

Bases: FileFormatError

Raised when a file format is not supported.