cathpy.error¶
from cathpy import error as err
raise err.OutOfBoundsError('error message')
CATH Exception Classes
-
exception
cathpy.error.DuplicateSequenceError¶ More than one sequence in an alignment has the same id
-
exception
cathpy.error.FileEmptyError¶ File is empty.
-
exception
cathpy.error.FileNotFoundError¶ File not found.
-
exception
cathpy.error.GapError¶ Exception raised when trying to find residue information about a gap position.
-
exception
cathpy.error.GeneralError¶ General Exception class within the cathpy package.
-
exception
cathpy.error.HttpError¶ Problem getting/sending data over HTTP
-
exception
cathpy.error.InvalidInputError¶ Exception raised when an error is encountered due to incorrect input.
-
exception
cathpy.error.JsonError¶ Problem parsing JSON
-
exception
cathpy.error.MergeCheckError¶ Exception raised when an error is encountered when checking the merge.
-
exception
cathpy.error.MergeCorrespondenceError(*, seq_id, aln_type, seq_type, ref_no_gaps, corr_no_gaps)¶ Exception raised when failing to match correspondence sequences during alignment merge.
-
exception
cathpy.error.MissingExecutableError¶ Missing an external executable.
-
exception
cathpy.error.MissingGroupsimError¶ Failed to find groupsim executable
-
exception
cathpy.error.MissingScoreconsError¶ Failed to find scorecons executable
-
exception
cathpy.error.MissingSegmentsError¶ Exception raised when segment information is missing.
-
exception
cathpy.error.NoMatchesError¶ No matches.
-
exception
cathpy.error.OutOfBoundsError¶ Exception raised when code has moved outside expected boundaries.
-
exception
cathpy.error.ParamError¶ Incorrect parameters.
-
exception
cathpy.error.ParseError¶ Failed to parse information.
-
exception
cathpy.error.SeqIOError¶ General Exception class within the SeqIO module
-
exception
cathpy.error.TooManyMatchesError¶ Found more matches than expected.