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
,FailedToComputeSingularValueDecomposition
,FilteringException
,QuantitationMismatchPreprocessingException
,SampleCoexpressionRelatedPreprocessingException
,SVDRelatedPreprocessingException
public class PreprocessingException extends RuntimeException
Allows us to catch preprocessing errors and handle them correctly.The main kind of preprocessing exceptions are
FilteringException
andBatchInfoPopulationException
.- Author:
- Paul
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreprocessingException(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 Detail
-
PreprocessingException
public PreprocessingException(ExpressionExperiment ee, String message)
-
PreprocessingException
public PreprocessingException(ExpressionExperiment ee, String message, Throwable cause)
-
PreprocessingException
public PreprocessingException(ExpressionExperiment ee, Throwable cause)
-
-