halo.data.dataExceptions
Class InconsistentColumnNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by halo.data.dataExceptions.InconsistentColumnNumberException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentColumnNumberException
extends java.lang.Exception

Is thrown when the number of columns containing expression values is inconsistent throughout the data file, meaning that there are RNA values missing for some probesets

Author:
Stefanie Kaufmann
See Also:
Serialized Form

Constructor Summary
InconsistentColumnNumberException()
          Creates a new exception
InconsistentColumnNumberException(java.lang.String s)
          Creates a new exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InconsistentColumnNumberException

public InconsistentColumnNumberException()
Creates a new exception


InconsistentColumnNumberException

public InconsistentColumnNumberException(java.lang.String s)
Creates a new exception

Parameters:
s -