r2r_ctd.exceptions ================== .. py:module:: r2r_ctd.exceptions .. autoapi-nested-parse:: Exception classes for very specific things we want to catch related to the containerized SBE software Exceptions ---------- .. autoapisummary:: r2r_ctd.exceptions.InvalidSBEFileError r2r_ctd.exceptions.InvalidXMLCONError r2r_ctd.exceptions.WineDebuggerEnteredError r2r_ctd.exceptions.WineTimeoutError Module Contents --------------- .. py:exception:: InvalidSBEFileError Bases: :py:obj:`ValueError` Base exception for when things go wrong with the SeaBird software itself .. py:exception:: InvalidXMLCONError Bases: :py:obj:`InvalidSBEFileError` Exception raised when ConReport.exe says the XMLCON is not valid .. py:exception:: WineDebuggerEnteredError Bases: :py:obj:`RuntimeError` Exception raised when the debugger launched message appears within the container logs .. py:exception:: WineTimeoutError Bases: :py:obj:`RuntimeError` Exception raised when the SBEBatch.exe process does not finish in the allowed amount of time