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

public class PreprocessingException extends RuntimeException
Allows us to catch preprocessing errors and handle them correctly.

The main kind of preprocessing exceptions are:

Author:
Paul
See Also: