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 data
- SuspiciousValuesForQuantitationExceptionwhen data looks suspicious given its quantitation type
 - Author:
- poirigui
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedQuantitationMismatchException(QuantitationType qt, String message)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QuantitationTypegetQuantitationType()Quantitation type for the data.- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
QuantitationMismatchExceptionprotected QuantitationMismatchException(QuantitationType qt, String message) 
 
- 
 - 
Method Detail- 
getQuantitationTypepublic QuantitationType getQuantitationType() Quantitation type for the data.
 
- 
 
-