Class FormatErrorType
- java.lang.Object
-
- uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorType
-
- uk.ac.ebi.pride.jmztab2.utils.errors.FormatErrorType
-
- All Implemented Interfaces:
java.io.Serializable
public final class FormatErrorType extends MZTabErrorType
Diagnose different types of format-related (reporting format problems). Reference: http://code.google.com/p/mztab/wiki/jmzTab_message for details.- Since:
- 29/01/13
- Author:
- qingwei
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorType
MZTabErrorType.Category, MZTabErrorType.Level
-
-
Field Summary
Fields Modifier and Type Field Description static MZTabErrorTypeAbundanceColumnConstantAbundanceColumnstatic MZTabErrorTypeCHEMMODSAccessionConstantCHEMMODSAccessionstatic MZTabErrorTypeColUnitConstantColUnitstatic MZTabErrorTypeCountMatchConstantCountMatchstatic MZTabErrorTypeDoubleConstantDoublestatic MZTabErrorTypeDoubleListConstantDoubleListstatic MZTabErrorTypeEmailConstantEmailstatic MZTabErrorTypeGOTermListConstantGOTermListstatic MZTabErrorTypeIndexedElementConstantIndexedElementstatic MZTabErrorTypeIntegerConstantIntegerstatic MZTabErrorTypeIntegerListConstantIntegerListstatic MZTabErrorTypeInvalidColunitFormatConstantInvalidColunitFormatstatic MZTabErrorTypeLinePrefixConstantLinePrefixstatic MZTabErrorTypeModificationListConstantModificationListstatic MZTabErrorTypeMsRunOptionalColumnConstantMsRunOptionalColumnstatic MZTabErrorTypeMTDDefineLabelConstantMTDDefineLabelstatic MZTabErrorTypeMTDLineConstantMTDLinestatic MZTabErrorTypeMZBooleanConstantMZBooleanstatic MZTabErrorTypeMZTabIdConstantMZTabTypestatic MZTabErrorTypeMZTabModeConstantMZTabModestatic MZTabErrorTypeMZTabTypeConstantMZTabTypestatic MZTabErrorTypeMZTabVersionConstantMZTabVersionstatic MZTabErrorTypeOptionalCVParamColumnConstantOptionalCVParamColumnstatic MZTabErrorTypeParamConstantParamstatic MZTabErrorTypeParamAccessionNotNamespacedConstantParamAccessionNotNamespacedstatic MZTabErrorTypeParamListConstantParamListstatic MZTabErrorTypePublicationConstantPublicationstatic MZTabErrorTypeRegexMismatchConstantRegexMismatchstatic MZTabErrorTypeReliabilityConstantReliabilitystatic MZTabErrorTypeSearchEngineScoreConstantSearchEngineScorestatic MZTabErrorTypeSequenceConstantSequencestatic MZTabErrorTypeSpectraRefConstantSpectraRefstatic MZTabErrorTypeStableColumnConstantStableColumnstatic MZTabErrorTypeStringListConstantStringListstatic MZTabErrorTypeURIConstantURIstatic MZTabErrorTypeURLConstantURL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MZTabErrorType[]getValues()-
Methods inherited from class uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorType
createError, createInfo, createWarn, equals, findLevel, forLevel, getCategory, getCause, getCode, getLevel, getOriginal, hashCode, toString
-
-
-
-
Field Detail
-
LinePrefix
public static final MZTabErrorType LinePrefix
ConstantLinePrefix
-
CountMatch
public static final MZTabErrorType CountMatch
ConstantCountMatch
-
IndexedElement
public static final MZTabErrorType IndexedElement
ConstantIndexedElement
-
AbundanceColumn
public static final MZTabErrorType AbundanceColumn
ConstantAbundanceColumn
-
MsRunOptionalColumn
public static final MZTabErrorType MsRunOptionalColumn
ConstantMsRunOptionalColumn
-
OptionalCVParamColumn
public static final MZTabErrorType OptionalCVParamColumn
ConstantOptionalCVParamColumn
-
StableColumn
public static final MZTabErrorType StableColumn
ConstantStableColumn
-
MTDLine
public static final MZTabErrorType MTDLine
ConstantMTDLine
-
MTDDefineLabel
public static final MZTabErrorType MTDDefineLabel
ConstantMTDDefineLabel
-
MZTabMode
public static final MZTabErrorType MZTabMode
ConstantMZTabMode
-
MZTabType
public static final MZTabErrorType MZTabType
ConstantMZTabType
-
MZTabId
public static final MZTabErrorType MZTabId
ConstantMZTabType
-
MZTabVersion
public static final MZTabErrorType MZTabVersion
ConstantMZTabVersion
-
Param
public static final MZTabErrorType Param
ConstantParam
-
ParamList
public static final MZTabErrorType ParamList
ConstantParamList
-
Publication
public static final MZTabErrorType Publication
ConstantPublication
-
URI
public static final MZTabErrorType URI
ConstantURI
-
URL
public static final MZTabErrorType URL
ConstantURL
-
Email
public static final MZTabErrorType Email
ConstantEmail
-
Integer
public static final MZTabErrorType Integer
ConstantInteger
-
Double
public static final MZTabErrorType Double
ConstantDouble
-
Reliability
public static final MZTabErrorType Reliability
ConstantReliability
-
StringList
public static final MZTabErrorType StringList
ConstantStringList
-
DoubleList
public static final MZTabErrorType DoubleList
ConstantDoubleList
-
ModificationList
public static final MZTabErrorType ModificationList
ConstantModificationList
-
GOTermList
public static final MZTabErrorType GOTermList
ConstantGOTermList
-
MZBoolean
public static final MZTabErrorType MZBoolean
ConstantMZBoolean
-
SpectraRef
public static final MZTabErrorType SpectraRef
ConstantSpectraRef
-
CHEMMODSAccession
public static final MZTabErrorType CHEMMODSAccession
ConstantCHEMMODSAccession
-
SearchEngineScore
public static final MZTabErrorType SearchEngineScore
ConstantSearchEngineScore
-
Sequence
public static final MZTabErrorType Sequence
ConstantSequence
-
ColUnit
public static final MZTabErrorType ColUnit
ConstantColUnit
-
IntegerList
public static final MZTabErrorType IntegerList
ConstantIntegerList
-
RegexMismatch
public static final MZTabErrorType RegexMismatch
ConstantRegexMismatch
-
ParamAccessionNotNamespaced
public static final MZTabErrorType ParamAccessionNotNamespaced
ConstantParamAccessionNotNamespaced
-
InvalidColunitFormat
public static final MZTabErrorType InvalidColunitFormat
ConstantInvalidColunitFormat
-
-
Method Detail
-
getValues
public static MZTabErrorType[] getValues()
-
-