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
public class BatchInfoMissingException extends BatchInfoPopulationException
Indicate that batch information is missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchInfoMissingException(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 Detail
-
BatchInfoMissingException
public BatchInfoMissingException(ExpressionExperiment ee, String message)
-
BatchInfoMissingException
public BatchInfoMissingException(ExpressionExperiment ee, String message, Throwable cause)
-
-