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 SummaryConstructorsConstructorDescriptionBatchInfoPopulationException(ExpressionExperiment ee, String message) BatchInfoPopulationException(ExpressionExperiment ee, String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BatchInfoPopulationException
- 
BatchInfoPopulationException
- 
BatchInfoPopulationException
 
-