Class QuantitationMismatchException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InferredQuantitationMismatchException, SuspiciousValuesForQuantitationException

public abstract class QuantitationMismatchException extends QuantitationTypeDetectionException
Exception raised when an ExpressionDataMatrix does not meet the expectations set by a given QuantitationType.

There are two main kind of problems:

Author:
poirigui
See Also:
  • Constructor Details

    • QuantitationMismatchException

      protected QuantitationMismatchException(QuantitationType qt, String message)
  • Method Details

    • getQuantitationType

      public QuantitationType getQuantitationType()
      Quantitation type for the data.