Uses of Class
uk.ac.ebi.pride.jmztab2.utils.errors.MZTabError
-
Packages that use MZTabError Package Description uk.ac.ebi.pride.jmztab2.utils.errors This package contains error type definitions and related classes used during mzTab validation. -
-
Uses of MZTabError in uk.ac.ebi.pride.jmztab2.utils.errors
Methods in uk.ac.ebi.pride.jmztab2.utils.errors that return MZTabError Modifier and Type Method Description MZTabErrorMZTabErrorList. getError(int index)Returns the element at the specified position in this list.MZTabErrorMZTabException. getError()Getter for the fielderror.Methods in uk.ac.ebi.pride.jmztab2.utils.errors that return types with arguments of type MZTabError Modifier and Type Method Description java.util.List<MZTabError>MZTabErrorList. getErrorList()Unmodifiable list of errorsMethods in uk.ac.ebi.pride.jmztab2.utils.errors with parameters of type MZTabError Modifier and Type Method Description booleanMZTabErrorList. add(MZTabError error)A limit max capacity list, if contains a couple ofMZTabErrorobjects.Constructors in uk.ac.ebi.pride.jmztab2.utils.errors with parameters of type MZTabError Constructor Description MZTabException(MZTabError error)Constructor for MZTabException.MZTabException(MZTabError error, java.lang.Throwable cause)Constructor for MZTabException.
-