Class EbayesFailureException
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.EbayesFailureException
- All Implemented Interfaces:
Serializable
Occurs when empirical bayes estimation fails.
- Author:
- poirigui
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEbayesFailureException
(Throwable cause, 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 Details
-
EbayesFailureException
-