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

Field Summary
(package private) static long serialVersionUID
          The version tracking unique identifier for Serialization.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
The version tracking unique identifier for Serialization.

See Also:
Constant Field Values
Constructor Detail

InconsistentDataException

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

Parameters:
pathToInputFile - the path to input file