class AlignmentStatusForAnalysisStatusNotFoundError(Exception):

    def __init__(self, analysis_status):
        super(AlignmentStatusForAnalysisStatusNotFoundError, self).__init__(
            "Charon alignment status corresponding to analysis status {} not found".format(analysis_status))