Class InferredQuantitationMismatchException
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.InferredQuantitationMismatchException
- All Implemented Interfaces:
Serializable
Exception raised when the quantitation of an
ExpressionDataMatrix
does not agree with the one inferred.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInferredQuantitationMismatchException
(QuantitationType qt, QuantitationType inferredQuantitationType, String message) -
Method Summary
Methods 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
-
InferredQuantitationMismatchException
public InferredQuantitationMismatchException(QuantitationType qt, QuantitationType inferredQuantitationType, String message)
-
-
Method Details
-
getInferredQuantitationType
-