Uses of Class
uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorOverflowException
-
Packages that use MZTabErrorOverflowException Package Description uk.ac.ebi.pride.jmztab2.utils.errors This package contains error type definitions and related classes used during mzTab validation.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of MZTabErrorOverflowException in uk.ac.ebi.pride.jmztab2.utils.errors
Methods in uk.ac.ebi.pride.jmztab2.utils.errors that throw MZTabErrorOverflowException Modifier and Type Method Description booleanMZTabErrorList. add(MZTabError error)A limit max capacity list, if contains a couple ofMZTabErrorobjects.booleanMZTabErrorList. addAll(List<MZTabError> errors)A limit max capacity list, if contains a couple ofMZTabErrorobjects. -
Uses of MZTabErrorOverflowException in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that throw MZTabErrorOverflowException Modifier and Type Method Description protected voidSMLLineParser. checkItemNumbers(MZTabErrorList errorList, int lineNumber, List<?> reference, SmallMoleculeSummary.Properties referenceProperty, List<?> toCheck, SmallMoleculeSummary.Properties toCheckProperty)protected voidMTDLineParser. handleColunit(String defineLabel, String valueLabel)voidMTDLineParser. handleParam(String defineLabel, String valueLabel, MZTabErrorType errorType, int lineNumber, Consumer<Parameter> consumer)handleParam.protected voidMTDLineParser. handleSoftware(String defineLabel, Matcher matcher, MetadataElement element, String valueLabel)protected voidMTDLineParser. handleStudyVariable(String defineLabel, Matcher matcher, MetadataElement element, String valueLabel)
-