Class NoSampleLeftForAnalysisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ubic.gemma.core.analysis.expression.diff.AnalysisException
-
- ubic.gemma.core.analysis.expression.diff.NoSampleLeftForAnalysisException
-
- All Implemented Interfaces:
Serializable
public class NoSampleLeftForAnalysisException extends AnalysisException
Exception raised when no sample is left for analysis.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSampleLeftForAnalysisException(String message, DifferentialExpressionAnalysisConfig config)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSampleLeftForAnalysisException
public NoSampleLeftForAnalysisException(String message, DifferentialExpressionAnalysisConfig config)
-
-