Class SuspiciousValuesForQuantitationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ubic.gemma.core.datastructure.matrix.QuantitationMismatchException
-
- ubic.gemma.core.datastructure.matrix.SuspiciousValuesForQuantitationException
-
- All Implemented Interfaces:
Serializable
public class SuspiciousValuesForQuantitationException extends QuantitationMismatchException
Exception raised when suspicious values are detected in anExpressionDataMatrix
.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SuspiciousValuesForQuantitationException.SuspiciousValueResult
-
Constructor Summary
Constructors Constructor Description SuspiciousValuesForQuantitationException(QuantitationType qt, String message, List<SuspiciousValuesForQuantitationException.SuspiciousValueResult> lintResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SuspiciousValuesForQuantitationException.SuspiciousValueResult>
getSuspiciousValues()
-
Methods inherited from class ubic.gemma.core.datastructure.matrix.QuantitationMismatchException
getQuantitationType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SuspiciousValuesForQuantitationException
public SuspiciousValuesForQuantitationException(QuantitationType qt, String message, List<SuspiciousValuesForQuantitationException.SuspiciousValueResult> lintResult)
-
-
Method Detail
-
getSuspiciousValues
public List<SuspiciousValuesForQuantitationException.SuspiciousValueResult> getSuspiciousValues()
-
-