Class QuantitationMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ubic.gemma.core.datastructure.matrix.QuantitationMismatchException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InferredQuantitationMismatchException,SuspiciousValuesForQuantitationException
public abstract class QuantitationMismatchException extends Exception
Exception raised when anExpressionDataMatrixdoes not meet the expectations set by a givenQuantitationType.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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuantitationMismatchException(QuantitationType qt, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuantitationTypegetQuantitationType()Quantitation 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 Detail
-
QuantitationMismatchException
protected QuantitationMismatchException(QuantitationType qt, String message)
-
-
Method Detail
-
getQuantitationType
public QuantitationType getQuantitationType()
Quantitation type for the data.
-
-