Exceptions#
- exception ctdfjorder.exceptions.exceptions.CTDError(message, filename=None)[source]#
Exception raised for CTD related errors.
- Parameters:
filename (str, default None) – Input dataset which caused the error.
message (str) – Explanation of the error.
- exception ctdfjorder.exceptions.exceptions.Critical(message)[source]#
Exception raised for CTDFjorder critical errors.
- Parameters:
message (str) – Explanation of the error.