Class SuspiciousValuesForQuantitationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.core.analysis.preprocess.detect.QuantitationTypeDetectionException
ubic.gemma.core.analysis.preprocess.detect.QuantitationMismatchException
ubic.gemma.core.analysis.preprocess.detect.SuspiciousValuesForQuantitationException
- All Implemented Interfaces:
Serializable
Exception raised when suspicious values are detected in an
ExpressionDataMatrix
.- Author:
- poirigui
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionSuspiciousValuesForQuantitationException
(QuantitationType qt, String message, List<SuspiciousValuesForQuantitationException.SuspiciousValueResult> lintResult) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ubic.gemma.core.analysis.preprocess.detect.QuantitationMismatchException
getQuantitationType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuspiciousValuesForQuantitationException
public SuspiciousValuesForQuantitationException(QuantitationType qt, String message, List<SuspiciousValuesForQuantitationException.SuspiciousValueResult> lintResult)
-
-
Method Details
-
getSuspiciousValues
-