Class SuspiciousValuesForQuantitationException.SuspiciousValueResult
java.lang.Object
ubic.gemma.core.analysis.preprocess.detect.SuspiciousValuesForQuantitationException.SuspiciousValueResult
- Enclosing class:
SuspiciousValuesForQuantitationException
public static final class SuspiciousValuesForQuantitationException.SuspiciousValueResult
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionSuspiciousValueResult(int row, String rowName, int column, String columnName, String message) Creates a newSuspiciousValueResultinstance. -
Method Summary
-
Constructor Details
-
SuspiciousValueResult
public SuspiciousValueResult(int row, @Nullable String rowName, int column, @Nullable String columnName, String message) Creates a newSuspiciousValueResultinstance.- Parameters:
row- Affected row or -1 if all rows are affected.rowName- Affected row name, if known.column- Affected column or -1 if all columns are affected.columnName- Affected column name, if known.message- Message explaining why the value is suspicious.Use
toString()to render the full message with coordinates.
-
-
Method Details
-
toString
-
getRow
public int getRow()Affected row or -1 if all rows are affected. -
getRowName
Affected row name, if known. -
getColumn
public int getColumn()Affected column or -1 if all columns are affected. -
getColumnName
Affected column name, if known. -
getMessage
Message explaining why the value is suspicious.Use
toString()to render the full message with coordinates. -
equals
-
hashCode
public int hashCode()
-