tlpipe.kiyopy.custom_exceptions

Custom Exceptions.

These mostly don’t do anything special, but are defined such that the exceptions I raise don’t conflict with generic exceptions raised by built-ins.

Exceptions

DataError Exception to raise if data of some sort is invalid or does not have expected properties.
FileParameterTypeError Exception to raise if a parameter read from file should be a certain type and is not.
NextIteration Exception raised to skip iterations in a nested loop in a controled way.
ParameterFileError Exception to raise if reading a parameter file fails.