errors¶
msAI exception hierarchy.
-
msAI.errors.logger= <Logger msAI.errors (DEBUG)>¶ Module logger.
-
exception
msAI.errors.msAIerror[source]¶ Bases:
ExceptionBase class for exceptions in the msAI package.
-
message: str = None¶ Explanation of the cause of the error.
-
-
exception
msAI.errors.RootError(message: str)[source]¶ Bases:
msAI.errors.msAIerrorExceptions raised for errors in msAI package __init__.
-
__init__(message: str)[source]¶ Initializes an instance of RootError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MiscUtilsError(message: str)[source]¶ Bases:
msAI.errors.msAIerrorExceptions raised for errors in miscUtils the module.
-
__init__(message: str)[source]¶ Initializes an instance of MiscUtilsError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MetadataError(message: str)[source]¶ Bases:
msAI.errors.msAIerrorExceptions raised for errors in the metadata module.
-
__init__(message: str)[source]¶ Initializes an instance of MetadataError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MetadataInitError(message: str)[source]¶ Bases:
msAI.errors.MetadataErrorExceptions raised for errors in initializing metadata.
-
__init__(message: str)[source]¶ Initializes an instance of MetadataInitError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MetadataVerifyError(message: str)[source]¶ Bases:
msAI.errors.MetadataErrorExceptions raised for errors in verifying imported metadata.
-
__init__(message: str)[source]¶ Initializes an instance of MetadataVerifyError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MetadataIndexError(message: str)[source]¶ Bases:
msAI.errors.MetadataErrorExceptions raised for errors in setting metadata index.
-
__init__(message: str)[source]¶ Initializes an instance of MetadataIndexError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.SampleRunError(message: str)[source]¶ Bases:
msAI.errors.msAIerrorExceptions raised for errors in the SampleRun module.
-
__init__(message: str)[source]¶ Initializes an instance of SampleRunError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.SampleRunMSinitError(message: str)[source]¶ Bases:
msAI.errors.SampleRunErrorExceptions raised for errors in initializing MS data in SampleRun.
-
__init__(message: str)[source]¶ Initializes an instance of SampleRunMSinitError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MSdataError(message: str)[source]¶ Bases:
msAI.errors.msAIerrorExceptions raised for errors in the msData module.
-
__init__(message: str)[source]¶ Initializes an instance of MSdataError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-
-
exception
msAI.errors.MSfileSetInitError(message: str)[source]¶ Bases:
msAI.errors.MSdataErrorExceptions raised for errors in initializing MSfileSet.
-
__init__(message: str)[source]¶ Initializes an instance of MSfileSetInitError.
- Parameters
message – Explanation of the cause of this error.
-
message= None¶
-