Class BatchInfoPopulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ubic.gemma.core.analysis.preprocess.PreprocessingException
-
- ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchInfoMissingException
,FASTQHeadersPresentButNotUsableException
,SingletonBatchesException
,UnsupportedRawdataFileFormatException
public class BatchInfoPopulationException extends PreprocessingException
Used to indicate a problem with the population of batch information for a givenExpressionExperiment
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchInfoPopulationException(ExpressionExperiment ee, String message)
BatchInfoPopulationException(ExpressionExperiment ee, String message, Throwable cause)
BatchInfoPopulationException(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
-
BatchInfoPopulationException
public BatchInfoPopulationException(ExpressionExperiment ee, String message)
-
BatchInfoPopulationException
public BatchInfoPopulationException(ExpressionExperiment ee, Throwable cause)
-
BatchInfoPopulationException
public BatchInfoPopulationException(ExpressionExperiment ee, String message, Throwable cause)
-
-