Class QuantitationMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.core.analysis.preprocess.detect.QuantitationTypeDetectionException
ubic.gemma.core.analysis.preprocess.detect.QuantitationMismatchException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InferredQuantitationMismatchException,SuspiciousValuesForQuantitationException
Exception raised when an
ExpressionDataMatrix does not meet the expectations set by a given
QuantitationType.
There are two main kind of problems:
InferredQuantitationMismatchExceptionwhen the quantitation type does not match the one inferred from dataSuspiciousValuesForQuantitationExceptionwhen data looks suspicious given its quantitation type
- Author:
- poirigui
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQuantitationMismatchException(QuantitationType qt, String message) -
Method Summary
Modifier and TypeMethodDescriptionQuantitation type for the data.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuantitationMismatchException
-
-
Method Details
-
getQuantitationType
Quantitation type for the data.
-