Class UnsupportedQuantitationScaleConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.core.analysis.preprocess.convert.QuantitationTypeConversionException
ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationTypeConversionException
ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationScaleConversionException
- All Implemented Interfaces:
Serializable
public class UnsupportedQuantitationScaleConversionException
extends UnsupportedQuantitationTypeConversionException
Exception raised when data from a given scale cannot be converted to another scale.
- Author:
- ptan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedQuantitationScaleConversionException
(ScaleType sourceScaleType, ScaleType targetScaleType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedQuantitationScaleConversionException
-