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
Used to indicate a problem with the population of batch information for a given
ExpressionExperiment.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchInfoPopulationException(ExpressionExperiment ee, String message) BatchInfoPopulationException(ExpressionExperiment ee, String message, 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
-
BatchInfoPopulationException
-
BatchInfoPopulationException
-
BatchInfoPopulationException
-