r2r_ctd.exceptions

Exception classes for very specific things we want to catch related to the containerized SBE software

Exceptions

InvalidSBEFileError

Base exception for when things go wrong with the SeaBird software itself

InvalidXMLCONError

Exception raised when ConReport.exe says the XMLCON is not valid

WineDebuggerEnteredError

Exception raised when the debugger launched message appears within the container logs

Module Contents

exception r2r_ctd.exceptions.InvalidSBEFileError

Bases: ValueError

Base exception for when things go wrong with the SeaBird software itself

exception r2r_ctd.exceptions.InvalidXMLCONError

Bases: InvalidSBEFileError

Exception raised when ConReport.exe says the XMLCON is not valid

exception r2r_ctd.exceptions.WineDebuggerEnteredError

Bases: RuntimeError

Exception raised when the debugger launched message appears within the container logs