Class PreprocessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.core.analysis.preprocess.PreprocessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchInfoPopulationException,FilteringRelatedPreprocessingException,QuantitationTypeConversionRelatedPreprocessingException,QuantitationTypeDetectionRelatedPreprocessingException,SampleCoexpressionRelatedPreprocessingException,SVDRelatedPreprocessingException
Allows us to catch preprocessing errors and handle them correctly.
The main kind of preprocessing exceptions are:
QuantitationTypeDetectionRelatedPreprocessingExceptionwhen QT type cannot be detected from data or when the detected one disagrees with the assigned oneQuantitationTypeConversionRelatedPreprocessingExceptionwhen a desired QT conversion is not possibleFilteringExceptionwhen processed data cannot be filteredBatchInfoPopulationExceptionwhen batch info cannot be detected, populated, etc.SVDRelatedPreprocessingExceptionwhen singular value decomposition fails
- Author:
- Paul
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreprocessingException(ExpressionExperiment ee, String message) PreprocessingException(ExpressionExperiment ee, String message, Throwable cause) PreprocessingException(ExpressionExperiment ee, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreprocessingException
-
PreprocessingException
-
PreprocessingException
-