Class BatchInfoMissingException
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
ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoMissingException
- All Implemented Interfaces:
Serializable
Indicate that batch information is missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchInfoMissingException
(ExpressionExperiment ee, String message) BatchInfoMissingException
(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
-
BatchInfoMissingException
-
BatchInfoMissingException
-