Class SVDException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.core.analysis.preprocess.svd.SVDException
All Implemented Interfaces:
Serializable

public class SVDException extends Exception
Exception raised when the SVD of a given expression data matrix cannot be computed.
Author:
poirigui
See Also:
  • Constructor Details

    • SVDException

      public SVDException(String message)