Class LogicalErrorType
- java.lang.Object
-
- uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorType
-
- uk.ac.ebi.pride.jmztab2.utils.errors.LogicalErrorType
-
- All Implemented Interfaces:
java.io.Serializable
public final class LogicalErrorType extends MZTabErrorType
Reporting errors related to the logical relationships among the different sections in a file. 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 MZTabErrorTypeAbundanceColumnSameIdConstantAbundanceColumnSameIdstatic MZTabErrorTypeAbundanceColumnTogetherConstantAbundanceColumnTogetherstatic MZTabErrorTypeAmbiguityModConstantAmbiguityModstatic MZTabErrorTypeAssayNotDefinedConstantAssayNotDefinedstatic MZTabErrorTypeAssayRefsConstantAssayRefsstatic MZTabErrorTypeCHEMMODSConstantCHEMMODSstatic MZTabErrorTypeColumnNotValidConstantColumnNotValidstatic MZTabErrorTypeDuplicationAccessionConstantDuplicationAccessionstatic MZTabErrorTypeDuplicationDefineConstantDuplicationDefinestatic MZTabErrorTypeDuplicationIDConstantDuplicationIDstatic MZTabErrorTypeExternalStudyFormatNotDefinedConstantExternalStudyFormatNotDefinedstatic MZTabErrorTypeExternalStudyIdFormatNotDefinedConstantExternalStudyIdFormatNotDefinedstatic MZTabErrorTypeFixedModConstantFixedModstatic MZTabErrorTypeHeaderLineConstantHeaderLinestatic MZTabErrorTypeHeaderNotValidConstantHeaderNotValidstatic MZTabErrorTypeIdNumberConstantIdNumberstatic MZTabErrorTypeItemNumberMismatchConstantItemNumberMismatchstatic MZTabErrorTypeLineOrderConstantLineOrderstatic MZTabErrorTypeModificationPositionConstantModificationPositionstatic MZTabErrorTypeMsRunHashMethodNotDefinedConstantMsRunHashMethodNotDefinedstatic MZTabErrorTypeMsRunLocationConstantMsRunLocationstatic MZTabErrorTypeMsRunNotDefinedConstantMsRunNotDefinedstatic MZTabErrorTypeNoDatabaseMustHaveNullPrefixConstantNoDatabaseMustHaveNullPrefixstatic MZTabErrorTypeNoHeaderLineConstantNoHeaderLinestatic MZTabErrorTypeNoMetadataSectionConstantNoMetadataSectionstatic MZTabErrorTypeNoSmallMoleculeEvidenceSectionConstantNoSmallMoleculeEvidenceSectionstatic MZTabErrorTypeNoSmallMoleculeFeatureQuantificationUnitConstantNoSmallMoleculeFeatureQuantificationUnitstatic MZTabErrorTypeNoSmallMoleculeFeatureSectionConstantNoSmallMoleculeFeatureSectionstatic MZTabErrorTypeNoSmallMoleculeIdentificationReliabilityConstantNoSmallMoleculeIdentificationReliabilitystatic MZTabErrorTypeNoSmallMoleculeQuantificationUnitConstantNoSmallMoleculeQuantificationUnitstatic MZTabErrorTypeNoSmallMoleculeSummarySectionConstantNoSmallMoleculeSummarySectionstatic MZTabErrorTypeNotDefineInHeaderConstantNotDefineInHeaderstatic MZTabErrorTypeNotDefineInMetadataConstantNotDefineInMetadatastatic MZTabErrorTypeNotNULLConstantNotNULLstatic MZTabErrorTypeNULLConstantNULLstatic MZTabErrorTypePeptideSearchEngineScoreNotDefinedConstantPeptideSearchEngineScoreNotDefinedstatic MZTabErrorTypePeptideSectionConstantPeptideSectionstatic MZTabErrorTypeProteinCoverageConstantProteinCoveragestatic MZTabErrorTypeProteinSearchEngineScoreNotDefinedConstantProteinSearchEngineScoreNotDefinedstatic MZTabErrorTypePSMSearchEngineScoreNotDefinedConstantPSMSearchEngineScoreNotDefinedstatic MZTabErrorTypeQuantificationAbundanceConstantQuantificationAbundancestatic MZTabErrorTypeSingleStudyVariableNameConstantSingleStudyVariableNamestatic MZTabErrorTypeSmallMoleculeSearchEngineScoreNotDefinedConstantSmallMoleculeSearchEngineScoreNotDefinedstatic MZTabErrorTypeSoftwareVersionConstantSoftwareVersionstatic MZTabErrorTypeSpectraRefConstantSpectraRefstatic MZTabErrorTypeStudyVariableNotDefinedConstantStudyVariableNotDefinedstatic MZTabErrorTypeSubstituteIdentifierConstantSubstituteIdentifierstatic MZTabErrorTypeUndefinedStudyVariableNameOnceOnlyConstantUndefinedStudyVariableNameOnceOnlystatic MZTabErrorTypeUnknownRefIdConstantUnknownRefIdstatic MZTabErrorTypeVariableModConstantVariableMod
-
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
-
NULL
public static final MZTabErrorType NULL
ConstantNULL
-
NotNULL
public static final MZTabErrorType NotNULL
ConstantNotNULL
-
LineOrder
public static final MZTabErrorType LineOrder
ConstantLineOrder
-
HeaderLine
public static final MZTabErrorType HeaderLine
ConstantHeaderLine
-
NoHeaderLine
public static final MZTabErrorType NoHeaderLine
ConstantNoHeaderLine
-
MsRunNotDefined
public static final MZTabErrorType MsRunNotDefined
ConstantMsRunNotDefined
-
AssayNotDefined
public static final MZTabErrorType AssayNotDefined
ConstantAssayNotDefined
-
StudyVariableNotDefined
public static final MZTabErrorType StudyVariableNotDefined
ConstantStudyVariableNotDefined
-
ProteinSearchEngineScoreNotDefined
public static final MZTabErrorType ProteinSearchEngineScoreNotDefined
ConstantProteinSearchEngineScoreNotDefined
-
PeptideSearchEngineScoreNotDefined
public static final MZTabErrorType PeptideSearchEngineScoreNotDefined
ConstantPeptideSearchEngineScoreNotDefined
-
PSMSearchEngineScoreNotDefined
public static final MZTabErrorType PSMSearchEngineScoreNotDefined
ConstantPSMSearchEngineScoreNotDefined
-
SmallMoleculeSearchEngineScoreNotDefined
public static final MZTabErrorType SmallMoleculeSearchEngineScoreNotDefined
ConstantSmallMoleculeSearchEngineScoreNotDefined
-
MsRunHashMethodNotDefined
public static final MZTabErrorType MsRunHashMethodNotDefined
ConstantMsRunHashMethodNotDefined
-
NotDefineInMetadata
public static final MZTabErrorType NotDefineInMetadata
ConstantNotDefineInMetadata
-
NotDefineInHeader
public static final MZTabErrorType NotDefineInHeader
ConstantNotDefineInHeader
-
DuplicationDefine
public static final MZTabErrorType DuplicationDefine
ConstantDuplicationDefine
-
DuplicationAccession
public static final MZTabErrorType DuplicationAccession
ConstantDuplicationAccession
-
AssayRefs
public static final MZTabErrorType AssayRefs
ConstantAssayRefs
-
ProteinCoverage
public static final MZTabErrorType ProteinCoverage
ConstantProteinCoverage
-
IdNumber
public static final MZTabErrorType IdNumber
ConstantIdNumber
-
ModificationPosition
public static final MZTabErrorType ModificationPosition
ConstantModificationPosition
-
CHEMMODS
public static final MZTabErrorType CHEMMODS
ConstantCHEMMODS
-
SubstituteIdentifier
public static final MZTabErrorType SubstituteIdentifier
ConstantSubstituteIdentifier
-
SoftwareVersion
public static final MZTabErrorType SoftwareVersion
ConstantSoftwareVersion
-
AbundanceColumnTogether
public static final MZTabErrorType AbundanceColumnTogether
ConstantAbundanceColumnTogether
-
AbundanceColumnSameId
public static final MZTabErrorType AbundanceColumnSameId
ConstantAbundanceColumnSameId
-
SpectraRef
public static final MZTabErrorType SpectraRef
ConstantSpectraRef
-
AmbiguityMod
public static final MZTabErrorType AmbiguityMod
ConstantAmbiguityMod
-
MsRunLocation
public static final MZTabErrorType MsRunLocation
ConstantMsRunLocation
-
FixedMod
public static final MZTabErrorType FixedMod
ConstantFixedMod
-
VariableMod
public static final MZTabErrorType VariableMod
ConstantVariableMod
-
PeptideSection
public static final MZTabErrorType PeptideSection
ConstantPeptideSection
-
QuantificationAbundance
public static final MZTabErrorType QuantificationAbundance
ConstantQuantificationAbundance
-
DuplicationID
public static final MZTabErrorType DuplicationID
ConstantDuplicationID
-
ColumnNotValid
public static final MZTabErrorType ColumnNotValid
ConstantColumnNotValid
-
HeaderNotValid
public static final MZTabErrorType HeaderNotValid
ConstantHeaderNotValid
-
NoMetadataSection
public static final MZTabErrorType NoMetadataSection
ConstantNoMetadataSection
-
NoSmallMoleculeEvidenceSection
public static final MZTabErrorType NoSmallMoleculeEvidenceSection
ConstantNoSmallMoleculeEvidenceSection
-
NoSmallMoleculeFeatureSection
public static final MZTabErrorType NoSmallMoleculeFeatureSection
ConstantNoSmallMoleculeFeatureSection
-
NoSmallMoleculeSummarySection
public static final MZTabErrorType NoSmallMoleculeSummarySection
ConstantNoSmallMoleculeSummarySection
-
NoSmallMoleculeQuantificationUnit
public static final MZTabErrorType NoSmallMoleculeQuantificationUnit
ConstantNoSmallMoleculeQuantificationUnit
-
NoSmallMoleculeFeatureQuantificationUnit
public static final MZTabErrorType NoSmallMoleculeFeatureQuantificationUnit
ConstantNoSmallMoleculeFeatureQuantificationUnit
-
NoSmallMoleculeIdentificationReliability
public static final MZTabErrorType NoSmallMoleculeIdentificationReliability
ConstantNoSmallMoleculeIdentificationReliability
-
ExternalStudyIdFormatNotDefined
public static final MZTabErrorType ExternalStudyIdFormatNotDefined
ConstantExternalStudyIdFormatNotDefined
-
ExternalStudyFormatNotDefined
public static final MZTabErrorType ExternalStudyFormatNotDefined
ConstantExternalStudyFormatNotDefined
-
NoDatabaseMustHaveNullPrefix
public static final MZTabErrorType NoDatabaseMustHaveNullPrefix
ConstantNoDatabaseMustHaveNullPrefix
-
ItemNumberMismatch
public static final MZTabErrorType ItemNumberMismatch
ConstantItemNumberMismatch
-
UnknownRefId
public static final MZTabErrorType UnknownRefId
ConstantUnknownRefId
-
SingleStudyVariableName
public static final MZTabErrorType SingleStudyVariableName
ConstantSingleStudyVariableName
-
UndefinedStudyVariableNameOnceOnly
public static final MZTabErrorType UndefinedStudyVariableNameOnceOnly
ConstantUndefinedStudyVariableNameOnceOnly
-
-
Method Detail
-
getValues
public static MZTabErrorType[] getValues()
-
-