exceptions
Class InconsistentDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.InconsistentDataException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentDataException
extends java.lang.Exception

This exception is thrown when the user tries to update the current DataSheet with data from a file that is not compatible, for example because the number of parameters does not fit.

See Also:
Serialized Form

Constructor Summary
InconsistentDataException(java.lang.String pathToInputFile)
          Instantiates a new inconsistent data 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

InconsistentDataException

public InconsistentDataException(java.lang.String pathToInputFile)
Instantiates a new inconsistent data exception.

Parameters:
pathToInputFile - the path to input file