pysap.base.exceptions#

exception Exception(*args, **kwargs)[source]#

Bases: Exception

Base class for all exceptions in pysap.

exception Sparse2dError(message)[source]#

Bases: pysap.base.exceptions.Exception

Base exception type for the package.

exception Sparse2dRuntimeError(algorithm_name, parameters, error=None)[source]#

Bases: pysap.base.exceptions.Sparse2dError

Error thrown when call to the Sparse2d software failed.

exception Sparse2dConfigurationError(command_name)[source]#

Bases: pysap.base.exceptions.Sparse2dError

Error thrown when call to the Sparse2d software failed.